AgIsoStack++
A control-function-focused implementation of the major ISOBUS and J1939 protocols
Loading...
Searching...
No Matches
Public Attributes | List of all members
isobus::FastPacketProtocol::FastPacketHistory Struct Reference

A structure for keeping track of past sessions so we can resume with the right session number. More...

#include <nmea2000_fast_packet_protocol.hpp>

Collaboration diagram for isobus::FastPacketProtocol::FastPacketHistory:
[legend]

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.
 

Detailed Description

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.

Member Data Documentation

◆ isoName

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.

◆ parameterGroupNumber

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.

◆ sequenceNumber

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.


The documentation for this struct was generated from the following file: