13 #ifndef __SPECSPARALLELBUS_H_ 14 #define __SPECSPARALLELBUS_H_ 33 debug(
name()+
" built.",
"SpecsParallelBus::SpecsParallelBus");
41 void help() {
info(
"SpecsParallelBus "+
name()+
". No help.",
"SpecsParallelBus::help"); };
48 info(
"SpecsParallelBus "+
name()+
" initialization.",
"SpecsParallelBus::init");
59 void reset() {
info(
"SpecsParallelBus "+
name()+
" reset.",
"SpecsParallelBus::reset");};
64 void update () {
info(
"SpecsParallelBus "+
name()+
". Nothing to do.",
"SpecsParallelBus::update");};
void info(std::string mymsg)
void setName(std::string name)
void setType(std::string type)
void setId(unsigned char id)
void debug(std::string mymsg)