Union combining raw CAN payload data and CAN Aerospace message. More...
#include <canaerotypes.h>
Public Attributes | |
| uint8_t | byte [CAN2AB_PAYLOAD] |
| Raw CAN message. | |
| canAS_t | aero |
| CAN Aerospace message. | |
Union combining raw CAN payload data and CAN Aerospace message.
The 8 payload bytes of a CAN message can either be accessed as raw bytes or as a CAN Aerospace message.
1.7.3