10#ifndef CAN_HARDWARE_ABSTRACTION_HPP
11#define CAN_HARDWARE_ABSTRACTION_HPP
A classical CAN frame, with 8 data bytes.
This namespace encompasses all of the ISO11783 stack's functionality to reduce global namespace pollu...
bool send_can_message_frame_to_hardware(const CANMessageFrame &frame)
The sending abstraction layer between the hardware and the stack.
void on_transmit_can_message_frame_from_hardware(const CANMessageFrame &txFrame)
Informs the network manager whenever messages are emitted on the bus.
void periodic_update_from_hardware()
The periodic update abstraction layer between the hardware and the stack.
void receive_can_message_frame_from_hardware(const CANMessageFrame &frame)
The receiving abstraction layer between the hardware and the stack.