Class GsaDecoder
GSA decoder class
Assembly: NmeaProcessor.dll
View Source
public class GsaDecoder : INmeaDecoder
Implements:
Meadow.Foundation.Sensors.Location.Gnss.INmeaDecoder
Properties
Prefix
Prefix for the GSA decoder
View Source
public string Prefix { get; }
Name
Friendly name for the GSA messages.
View Source
public string Name { get; }
Methods
Process(NmeaSentence)
Process the data from a GSA 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 GSA message. |
Events
ActiveSatellitesReceived
Event raised when valid GSA data is received
View Source
public event EventHandler<ActiveSatellites> ActiveSatellitesReceived
Event Type
System.EventHandler<Meadow.Peripherals.Sensors.Location.Gnss.ActiveSatellites>