34#include "NMEAParserPacket.h"
35#include "NMEAParserData.h"
36#include <NDEVR/PositionSensor.h>
The equivelent of std::vector but with a bit more control.
NMEA sentence reader for GGA (Global Positioning System Fix Data) sentences, extracting position,...
virtual StringView name() const
Returns the reader name.
Buffer< StringView > supportedTypes() const override
Returns the supported sentence types.
virtual NMEAUpdateInfo processRxCommand(const StringView &command, const StringView &data, NMEAInfo &info) final override
Processes a GGA sentence and updates the NMEA info.
Abstract base class for parsing specific NMEA sentence types (e.g.
The core String View class for the NDEVR API.
The primary namespace for the NDEVR SDK.
The complete accumulated NMEA data state including satellite info, error data, INS data,...
Describes what was updated after processing an NMEA sentence, including which data categories changed...