Contains CAN driver interface functions. More...
Go to the source code of this file.
Namespaces | |
namespace | icl_hardware |
namespace | icl_hardware::can |
Defines | |
#define | IOCTL_CAN_IOCRESET 0x01 |
#define | IOCTL_CAN_IOCSETRMASK 0x03 |
#define | IOCTL_CAN_SETBAUDRATE 0x02 |
#define | IOCTL_CAN_SETRECEIVEFIFOSIZE 0x05 |
#define | IOCTL_CAN_SETSENDFIFOSIZE 0x04 |
Typedefs | |
typedef icl_hardware::can::tCanMessage | tCanMessage |
Functions | |
bool | icl_hardware::can::CanDescriptorValid (tCanDescriptor can_device) |
const char * | icl_hardware::can::CanDriverName () |
tCanDescriptor | icl_hardware::can::InvalidCanDescriptor () |
#define IOCTL_CAN_IOCRESET 0x01 |
Definition at line 50 of file UseMCACan.h.
#define IOCTL_CAN_IOCSETRMASK 0x03 |
Definition at line 52 of file UseMCACan.h.
#define IOCTL_CAN_SETBAUDRATE 0x02 |
Definition at line 51 of file UseMCACan.h.
#define IOCTL_CAN_SETRECEIVEFIFOSIZE 0x05 |
Definition at line 54 of file UseMCACan.h.
#define IOCTL_CAN_SETSENDFIFOSIZE 0x04 |
Definition at line 53 of file UseMCACan.h.
Definition at line 39 of file UseMCACan.h.