![]() |
Kvaser Linux CANLIB: Welcome to Kvaser CANLIB!
|
#include <canlib.h>
Data Fields | |
void * | tag |
int | eventType |
union { | |
struct { | |
unsigned long time | |
} busErr | |
struct { | |
long id | |
unsigned long time | |
} rx | |
struct { | |
long id | |
unsigned long time | |
} tx | |
struct { | |
unsigned char busStatus | |
unsigned char txErrorCounter | |
unsigned char rxErrorCounter | |
unsigned long time | |
} status | |
} | info |
void* tag |
int eventType |
unsigned long time |
struct { ... } busErr |
long id |
struct { ... } rx |
struct { ... } tx |
unsigned char busStatus |
unsigned char txErrorCounter |
unsigned char rxErrorCounter |
struct { ... } status |
union { ... } info |