AgIsoStack++
A control-function-focused implementation of the major ISOBUS and J1939 protocols
|
The hardware abstraction layer that separates the stack from the underlying CAN driver. More...
#include "isobus/hardware_integration/can_hardware_interface.hpp"
#include "isobus/isobus/can_stack_logger.hpp"
#include "isobus/utility/system_timing.hpp"
#include "isobus/utility/to_string.hpp"
#include <algorithm>
#include <limits>
Go to the source code of this file.
Namespaces | |
namespace | isobus |
This namespace encompasses all of the ISO11783 stack's functionality to reduce global namespace pollution. | |
Functions | |
bool | isobus::send_can_message_frame_to_hardware (const CANMessageFrame &frame) |
The sending abstraction layer between the hardware and the stack. | |
The hardware abstraction layer that separates the stack from the underlying CAN driver.
Definition in file can_hardware_interface.cpp.