Skip to main content

Interface INmeaDecoder

Base class for NMEA sentence decoder classes

Assembly: NmeaProcessor.dll
View Source
Declaration
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
Declaration
string Prefix { get; }

Name

Friendly name for the decoder

View Source
Declaration
string Name { get; }

Methods

Process(NmeaSentence)

Process the message from the GPS

View Source
Declaration
void Process(NmeaSentence sentence)
Parameters
TypeNameDescription
Meadow.Peripherals.Sensors.Location.Gnss.NmeaSentencesentenceString array of the elements of the message