Public Member Functions | |
bcm_msg_head & | head () |
Message (size_t n) | |
void | setHeader (Header header) |
template<typename T > | |
void | setIVal2 (T period) |
bool | write (int s) |
~Message () | |
Public Attributes | |
uint8_t * | data |
size_t | size |
can::BCMsocket::Message::Message | ( | size_t | n | ) | [inline] |
can::BCMsocket::Message::~Message | ( | ) | [inline] |
bcm_msg_head& can::BCMsocket::Message::head | ( | ) | [inline] |
void can::BCMsocket::Message::setHeader | ( | Header | header | ) | [inline] |
void can::BCMsocket::Message::setIVal2 | ( | T | period | ) | [inline] |
bool can::BCMsocket::Message::write | ( | int | s | ) | [inline] |
uint8_t* can::BCMsocket::Message::data |