33#include "NMEAParserPacket.h"
58 uint04 m_prn_subtraction = 0;
The equivelent of std::vector but with a bit more control.
NMEA sentence reader for GSV (GNSS Satellites in View) sentences, extracting satellite elevation,...
void setPRNSubtraction(uint04 subtraction)
Sets a PRN subtraction offset for constellation-specific numbering.
virtual NMEAUpdateInfo processRxCommand(const StringView &command, const StringView &data, NMEAInfo &info) final override
Processes a GSV sentence and updates the NMEA info.
Buffer< StringView > supportedTypes() const override
Returns the supported sentence types.
virtual StringView name() const
Returns the reader name.
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...
GNSSConstellation
Identifies the satellite constellation system providing GNSS data.
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...