![]() |
A CAN/LIN message. More...
#include <kvlclib.h>
Data Fields | |
| unsigned int | id |
| The message identifier. More... | |
| time_int64 | timeStamp |
| The timestamp in units of 1 nanosecond. More... | |
| unsigned int | channel |
| The device channel on which the message arrived, 0,1,... More... | |
| unsigned int | dlc |
| The length of the message. More... | |
| unsigned int | flags |
| Message flags canMSG_xxx or LIN_xxx. More... | |
| unsigned char | data [64] |
| Message data (64 bytes) More... | |
A CAN/LIN message.
| unsigned int channel |
The device channel on which the message arrived, 0,1,...
| unsigned char data[64] |
Message data (64 bytes)
| unsigned int dlc |
The length of the message.
| unsigned int flags |
Message flags canMSG_xxx or LIN_xxx.
| unsigned int id |
The message identifier.
| time_int64 timeStamp |
The timestamp in units of 1 nanosecond.