AgIsoStack++
A control-function-focused implementation of the major ISOBUS and J1939 protocols
Loading...
Searching...
No Matches
Namespaces | Functions
can_hardware_interface.cpp File Reference

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>
Include dependency graph for can_hardware_interface.cpp:

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.
 

Detailed Description

The hardware abstraction layer that separates the stack from the underlying CAN driver.

Author
Adrian Del Grosso
Daan Steenbergen

Definition in file can_hardware_interface.cpp.