AgIsoStack++
A control-function-focused implementation of the major ISOBUS and J1939 protocols
|
An interface for using socket CAN on linux. Mostly for testing, but it could be used in any application to get the stack hooked up to the bus. More...
#include <string>
#include "isobus/hardware_integration/can_hardware_plugin.hpp"
#include "isobus/isobus/can_hardware_abstraction.hpp"
#include "isobus/isobus/can_message_frame.hpp"
Go to the source code of this file.
Classes | |
class | isobus::SocketCANInterface |
A CAN Driver for Linux socket CAN. More... | |
Namespaces | |
namespace | isobus |
This namespace encompasses all of the ISO11783 stack's functionality to reduce global namespace pollution. | |
An interface for using socket CAN on linux. Mostly for testing, but it could be used in any application to get the stack hooked up to the bus.
Definition in file socket_can_interface.hpp.