Kvaser Linux 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 |
struct { ... } busErr |
unsigned char busStatus |
int eventType |
long id |
union { ... } info |
struct { ... } rx |
unsigned char rxErrorCounter |
struct { ... } status |
void* tag |
unsigned long time |
struct { ... } tx |
unsigned char txErrorCounter |