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

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>
Include dependency graph for spi_hardware_plugin.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

A base class for SPI communication between hardware devices. Can be derived into your platform's required interface.

Author
Daan Steenbergen

Definition in file spi_hardware_plugin.hpp.