AgIsoStack++
A control-function-focused implementation of the major ISOBUS and J1939 protocols
|
A base class for SPI communication between hardware devices. Can be derived into your platform's required interface. More...
#include "isobus/hardware_integration/spi_transaction_frame.hpp"
#include <cstdint>
#include <vector>
Go to the source code of this file.
Classes | |
class | isobus::SPIHardwarePlugin |
An abstract base class for SPI communication. More... | |
Namespaces | |
namespace | isobus |
This namespace encompasses all of the ISO11783 stack's functionality to reduce global namespace pollution. | |
A base class for SPI communication between hardware devices. Can be derived into your platform's required interface.
Definition in file spi_hardware_plugin.hpp.