Skip to main content

Namespace Meadow.Foundation.Sensors.Location.Gnss

Classes

GgaDecoder

Decoder for GGA messages.

GllDecoder

Process GLL (Geographic position Latitude / Longitude) messages from a GPS receiver.

GsaDecoder

GSA decoder class

GsvDecoder

Process the Satellites in view messages from a GPS module.

NmeaSentenceProcessor

An engine that processes NMEA GPS/GNSS sentences by calling the appropriate decoder and handing them off. Note that it's designed to be asynchronous because certain messages (like $GPGSV/Satellites in View) need to be processed together in order to make sense.

NmeaUtilities

Provide common functionality for the decode classes.

RmcDecoder

Decode RMC - Recommended Minimum Specific GPS messages.

VtgDecoder

Parses VTG (Velocity Made Good) messages from a GPS/GNSS receiver.

Interfaces

INmeaDecoder

Base class for NMEA sentence decoder classes