AgIsoStack++
A control-function-focused implementation of the major ISOBUS and J1939 protocols
|
A structure for keeping track of past sessions so we can resume with the right session number. More...
#include <nmea2000_fast_packet_protocol.hpp>
Public Attributes | |
NAME | isoName |
The ISO name of the internal control function used in a session. | |
std::uint32_t | parameterGroupNumber |
The PGN of the session being saved. | |
std::uint8_t | sequenceNumber |
The sequence number to use in the next matching session. | |
A structure for keeping track of past sessions so we can resume with the right session number.
Definition at line 106 of file nmea2000_fast_packet_protocol.hpp.
NAME isobus::FastPacketProtocol::FastPacketHistory::isoName |
The ISO name of the internal control function used in a session.
Definition at line 108 of file nmea2000_fast_packet_protocol.hpp.
std::uint32_t isobus::FastPacketProtocol::FastPacketHistory::parameterGroupNumber |
The PGN of the session being saved.
Definition at line 109 of file nmea2000_fast_packet_protocol.hpp.
std::uint8_t isobus::FastPacketProtocol::FastPacketHistory::sequenceNumber |
The sequence number to use in the next matching session.
Definition at line 110 of file nmea2000_fast_packet_protocol.hpp.