NMEA message meta data.
More...
#include <nmea.hpp>
|
| char | talker_ [3] = { 0 } |
| | Talker ID (for example, "GP", "GN" or "P"), nul-terminated string.
|
| char | formatter_ [20] = { 0 } |
| | Formatter (for example, "GGA", "RMC", or "UBX"), nul-terminated string.
|
| int | payload_ix0_ = 0 |
| | Index (offset) for start of payload, 0 if no payload available.
|
| int | payload_ix1_ = 0 |
| | Index (offset) for end of payload, 0 if no payload available.
|
NMEA message meta data.
Definition at line 105 of file nmea.hpp.
◆ talker_
| char fpsdk::common::parser::nmea::NmeaMessageMeta::talker_[3] = { 0 } |
Talker ID (for example, "GP", "GN" or "P"), nul-terminated string.
Definition at line 107 of file nmea.hpp.
◆ formatter_
| char fpsdk::common::parser::nmea::NmeaMessageMeta::formatter_[20] = { 0 } |
Formatter (for example, "GGA", "RMC", or "UBX"), nul-terminated string.
Definition at line 108 of file nmea.hpp.
◆ payload_ix0_
| int fpsdk::common::parser::nmea::NmeaMessageMeta::payload_ix0_ = 0 |
Index (offset) for start of payload, 0 if no payload available.
Definition at line 109 of file nmea.hpp.
◆ payload_ix1_
| int fpsdk::common::parser::nmea::NmeaMessageMeta::payload_ix1_ = 0 |
Index (offset) for end of payload, 0 if no payload available.
Definition at line 110 of file nmea.hpp.
The documentation for this struct was generated from the following file:
- fpsdk_common/include/fpsdk_common/parser/nmea.hpp