kvlcLogMsgEx Struct Reference

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...
 

Detailed Description

A CAN/LIN message.

Field Documentation

◆ channel

unsigned int channel

The device channel on which the message arrived, 0,1,...

◆ data

unsigned char data[64]

Message data (64 bytes)

◆ dlc

unsigned int dlc

The length of the message.

◆ flags

unsigned int flags

Message flags canMSG_xxx or LIN_xxx.

◆ id

unsigned int id

The message identifier.

◆ timeStamp

time_int64 timeStamp

The timestamp in units of 1 nanosecond.


The documentation for this struct was generated from the following file: