Interface INmeaDecoder
Base class for NMEA sentence decoder classes
Assembly: NmeaProcessor.dll
View Source
public interface INmeaDecoder
Properties
Prefix
Prefix for the decoder (text that occurs at the start of a GPS message including the $ symbol - $GPGSA etc.)
View Source
string Prefix { get; }
Name
Friendly name for the decoder
View Source
string Name { get; }
Methods
Process(NmeaSentence)
Process the message from the GPS
View Source
void Process(NmeaSentence sentence)
Parameters
Type | Name | Description |
---|---|---|
Meadow.Peripherals.Sensors.Location.Gnss.NmeaSentence | sentence | String array of the elements of the message |