AgIsoStack++
A control-function-focused implementation of the major ISOBUS and J1939 protocols
|
Used to group related reference station data together. More...
Public Member Functions | |
ReferenceStationData ()=default | |
Default constructor for a ReferenceStationData with default values. | |
ReferenceStationData (std::uint16_t id, TypeOfSystem type, std::uint16_t age) | |
Constructor for ReferenceStationData that initializes all values to provided values. | |
Public Attributes | |
std::uint16_t | stationID = 0 |
The station ID of this reference. Can sometimes be used to infer your correction source. | |
TypeOfSystem | stationType = TypeOfSystem::Null |
The type of reference station. | |
std::uint16_t | ageOfDGNSSCorrections = 0xFFFF |
Stores the age of the corrections from this reference. | |
Used to group related reference station data together.
Definition at line 734 of file nmea2000_message_definitions.hpp.
isobus::NMEA2000Messages::GNSSPositionData::ReferenceStationData::ReferenceStationData | ( | std::uint16_t | id, |
TypeOfSystem | type, | ||
std::uint16_t | age ) |
Constructor for ReferenceStationData that initializes all values to provided values.
[in] | id | The station ID to set |
[in] | type | The station system type to set |
[in] | age | The age of DGNSS corrections to set |
Definition at line 978 of file nmea2000_message_definitions.cpp.
std::uint16_t isobus::NMEA2000Messages::GNSSPositionData::ReferenceStationData::ageOfDGNSSCorrections = 0xFFFF |
Stores the age of the corrections from this reference.
Definition at line 747 of file nmea2000_message_definitions.hpp.
std::uint16_t isobus::NMEA2000Messages::GNSSPositionData::ReferenceStationData::stationID = 0 |
The station ID of this reference. Can sometimes be used to infer your correction source.
Definition at line 745 of file nmea2000_message_definitions.hpp.
TypeOfSystem isobus::NMEA2000Messages::GNSSPositionData::ReferenceStationData::stationType = TypeOfSystem::Null |
The type of reference station.
Definition at line 746 of file nmea2000_message_definitions.hpp.