AGHAF  4.5.1
Annecy electronique Generic Hardware Access Framework
AGHAF_CAN_Identifier Struct Reference

structure to represent an indentifier CAN in the AGHAF library More...

#include <aghaf_can.h>

Public Attributes

union {
   uint16_t   std: 11
 Standard identifier.
 
   uint32_t   xtd: 29
 Extended identifier.
 
id
 Identifier.
 
AGHAF_CAN_IdentifierType type
 Identifier type.
 

Detailed Description

structure to represent an indentifier CAN in the AGHAF library

Examples
Can_FD/main.cpp, and Can_LS/main.cpp.