Class GllDecoder
Process GLL (Geographic position Latitude / Longitude) messages from a GPS receiver.
Assembly: NmeaProcessor.dll
View Source
public class GllDecoder : INmeaDecoder
Implements:
Meadow.Foundation.Sensors.Location.Gnss.INmeaDecoder
Properties
Prefix
Prefix for the GLL (Geographic position Latitude / Longitude) decoder.
View Source
public string Prefix { get; }
Name
Friendly name for the GLL messages.
View Source
public string Name { get; }
Methods
Process(NmeaSentence)
Process the data from a GLL message.
View Source
public void Process(NmeaSentence sentence)
Parameters
Type | Name | Description |
---|---|---|
Meadow.Peripherals.Sensors.Location.Gnss.NmeaSentence | sentence | String array of the message components for a GLL message. |
Events
GeographicLatitudeLongitudeReceived
Event raised when valid GLL data is received.
View Source
public event EventHandler<GnssPositionInfo> GeographicLatitudeLongitudeReceived
Event Type
System.EventHandler<Meadow.Peripherals.Sensors.Location.Gnss.GnssPositionInfo>