2 #ifndef INC_USBI2CBUS_H 3 #define INC_USBI2CBUS_H 1 18 typedef unsigned long U32;
19 typedef unsigned short U16;
20 typedef unsigned char U8;
29 void help() {
info(
"UsbI2cBus "+
name()+
". No help.",
"UsbI2cBus::help"); };
45 void reset() {
info(
"UsbI2cBus "+
name()+
" reset.",
"UsbI2cBus::reset");};
51 info(
"UsbI2cBus "+
name()+
". Nothing to do.",
"UsbI2cBus::update");
72 #endif // INC_USBI2CBUS_H void info(std::string mymsg)
UsbI2cBus()
Standard constructor.
virtual StatusCode write(IOdata *)
virtual ~UsbI2cBus()
Destructor.
virtual StatusCode read(IOdata *)
virtual StatusCode init()