Data Fields | |
MAX_TDT_TYPE | rcTDT |
always before the first parameter! | |
MAX_ERROR | Error |
Error code. | |
ULONG | ulTimeStampHi |
64 bit timestamp high word | |
ULONG | ulTimeStampLo |
64 bit timestamp low word | |
CAN_INTERFACE_PARAMETERS | arcCanParameters [2] |
USHORT | usSlot |
slot of the X-CAN-2 module (layer = 0) | |
XCAN_BIT_PARAMS | arcBitTiming [2] |
detailed bit timing | |
MAXMDDHND | hMdd |
handle for X-CAN-2 MDD | |
MAXCHLHND | hCtrl [2] |
handle for Ctrl channels (setting bit rate etc.) | |
MAXCHLHND | hIn11 [2] |
handle for 11 bit acceptance filter channels | |
MAXCHLHND | hIn29 [2] |
handle for 29 bit acceptance filter channels | |
MAXCHLHND | hOut [2] |
handle for universal sender channels | |
MAXBUFHND | hBuf [2] |
handle for RCV buffer | |
MAXMODHND | hMyself |
Handle for the CPU module. | |
MAX_OS_INFO | rcOsX |
Version info about OsX. | |
ULONG | ulCbCount [2] |
count callbacks |
Definition at line 38 of file minican.c.
XCAN_BIT_PARAMS parameter_type::arcBitTiming[2] |
MAX_ERROR parameter_type::Error |
Error code.
Definition at line 42 of file minican.c.
Referenced by AutoInit(), CbFilter(), Read0(), Read1(), Start(), Stop(), Write0(), and Write1().
MAXBUFHND parameter_type::hBuf[2] |
handle for RCV buffer
Definition at line 58 of file minican.c.
Referenced by AutoInit(), CbFilter(), Read0(), and Read1().
MAXCHLHND parameter_type::hCtrl[2] |
handle for Ctrl channels (setting bit rate etc.)
Definition at line 54 of file minican.c.
Referenced by AutoInit(), Start(), and Stop().
MAXCHLHND parameter_type::hIn11[2] |
handle for 11 bit acceptance filter channels
Definition at line 55 of file minican.c.
Referenced by AutoInit(), Start(), and Stop().
MAXCHLHND parameter_type::hIn29[2] |
handle for 29 bit acceptance filter channels
Definition at line 56 of file minican.c.
Referenced by AutoInit(), Start(), and Stop().
MAXMDDHND parameter_type::hMdd |
handle for X-CAN-2 MDD
Definition at line 53 of file minican.c.
Referenced by AutoInit(), and Start().
MAXMODHND parameter_type::hMyself |
Handle for the CPU module.
Definition at line 59 of file minican.c.
Referenced by AutoInit(), and Start().
MAXCHLHND parameter_type::hOut[2] |
MAX_OS_INFO parameter_type::rcOsX |
MAX_TDT_TYPE parameter_type::rcTDT |
ULONG parameter_type::ulCbCount[2] |
64 bit timestamp high word
Definition at line 44 of file minican.c.
Referenced by AutoInit(), CbFilter(), and MainProc().
64 bit timestamp low word
Definition at line 46 of file minican.c.
Referenced by AutoInit(), CbFilter(), and MainProc().
USHORT parameter_type::usSlot |
slot of the X-CAN-2 module (layer = 0)
Definition at line 50 of file minican.c.
Referenced by AutoInit(), and Start().