|
Xenomai 3.3.2
|
Raw CAN frame. More...
#include <can.h>
Public Member Functions | |
| uint8_t data[8] | __attribute__ ((aligned(8))) |
| Payload data bytes. | |
Data Fields | ||
| can_id_t | can_id | |
| CAN ID of the frame. | ||
| union { | ||
| }; | ||
| Size of the payload in bytes. | ||
Raw CAN frame.
Central structure for receiving and sending CAN frames.
| can_id_t can_frame::can_id |