Fixposition SDK 0.0.0-heads/main-0-g90a51ff
Collection of c++ libraries and apps for use with Fixposition products
Loading...
Searching...
No Matches
fpsdk::common::parser::nmea::NmeaMessageMeta Struct Reference

NMEA message meta data. More...

#include <nmea.hpp>

Public Attributes

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.
 

Detailed Description

NMEA message meta data.

Definition at line 104 of file nmea.hpp.

Member Data Documentation

◆ talker_

char fpsdk::common::parser::nmea::NmeaMessageMeta::talker_[3] = { 0 }

Talker ID (for example, "GP", "GN" or "P"), nul-terminated string.

Definition at line 106 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 107 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 108 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 109 of file nmea.hpp.


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