Fixposition SDK 0.0.0-heads/main-0-g90a51ff
Collection of c++ libraries and apps for use with Fixposition products
|
NMEA payload base class. More...
#include <nmea.hpp>
Public Member Functions | |
virtual | ~NmeaPayload ()=default |
Virtual dtor for polymorphism. | |
Public Attributes | |
NmeaTalkerId | talker = NmeaTalkerId::UNSPECIFIED |
Talker. | |
bool | valid_ = false |
Payload successfully decoded (true), or not (yet) decoded (false) | |
NmeaTalkerId fpsdk::common::parser::nmea::NmeaPayload::talker = NmeaTalkerId::UNSPECIFIED |
bool fpsdk::common::parser::nmea::NmeaPayload::valid_ = false |