33#include "NMEAParserPacket.h"
34#include "NMEAParserData.h"
The equivelent of std::vector but with a bit more control.
NMEA sentence reader for GSA (GNSS DOP and Active Satellites) sentences, extracting dilution of preci...
Buffer< StringView > supportedTypes() const override
Returns the supported sentence types.
virtual StringView name() const
Returns the reader name.
virtual NMEAUpdateInfo processRxCommand(const StringView &command, const StringView &data, NMEAInfo &info) final override
Processes a GSA 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.
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...
@ ASM_FIX_NOT_AVAILABLE
Fix not available.
@ ASAM_MANUAL
Manual, forced to operate in2D or 2D mode.
@ ASAM_AUTO
Automatic, allowed to automatically switch 2D/3D.
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...