AgIsoStack++
A control-function-focused implementation of the major ISOBUS and J1939 protocols
|
A protocol that handles PGN requests. More...
#include "isobus/isobus/can_badge.hpp"
#include "isobus/isobus/can_control_function.hpp"
#include "isobus/isobus/can_network_manager.hpp"
#include <memory>
Go to the source code of this file.
Classes | |
class | isobus::ParameterGroupNumberRequestProtocol |
A protocol that handles PGN requests. More... | |
class | isobus::ParameterGroupNumberRequestProtocol::PGNRequestCallbackInfo |
A storage class for holding PGN callbacks and their associated PGN. More... | |
class | isobus::ParameterGroupNumberRequestProtocol::PGNRequestForRepetitionRateCallbackInfo |
A storage class for holding PGN callbacks and their associated PGN. More... | |
Namespaces | |
namespace | isobus |
This namespace encompasses all of the ISO11783 stack's functionality to reduce global namespace pollution. | |
A protocol that handles PGN requests.
The purpose of this protocol is to simplify and standardize how PGN requests are made and responded to.
Definition in file can_parameter_group_number_request_protocol.hpp.