|
blmc_drivers
|
CanBusFrame is a class that contains a fixed sized amount of data to be send or received via the can bus. More...
#include <can_bus.hpp>
Public Member Functions | |
| void | print () const |
Public Attributes | |
| std::array< uint8_t, 8 > | data |
| data is the acutal data to be sent/received. | |
| uint8_t | dlc |
| dlc is the size of the message. | |
| can_id_t | id |
| id is the id number return by the CAN bus. | |
CanBusFrame is a class that contains a fixed sized amount of data to be send or received via the can bus.