![]() |
A CAN message. More...
#include <kvmlib.h>
Data Fields | |
| uint32 | id |
| The message identifier. More... | |
| int64 | timeStamp |
| The timestamp in units of 1 nanosecond. More... | |
| uint32 | channel |
| The device channel on which the message arrived, 0,1,... More... | |
| uint32 | dlc |
| The length of the message. More... | |
| uint32 | flags |
| Message flags canMSG_xxx. More... | |
| uint8 | data [64] |
| Message data (64 bytes) More... | |
A CAN message.
| uint32 channel |
The device channel on which the message arrived, 0,1,...
| uint8 data[64] |
Message data (64 bytes)
| uint32 dlc |
The length of the message.
| uint32 flags |
Message flags canMSG_xxx.
| uint32 id |
The message identifier.
| int64 timeStamp |
The timestamp in units of 1 nanosecond.