Skip to main content

Class RmcDecoder

Decode RMC - Recommended Minimum Specific GPS messages.

Assembly: NmeaProcessor.dll
View Source
Declaration
public class RmcDecoder : INmeaDecoder

Implements:
Meadow.Foundation.Sensors.Location.Gnss.INmeaDecoder

Properties

Prefix

Prefix for the RMBC decoder.

View Source
Declaration
public string Prefix { get; }

Name

Friendly name for the RMC messages.

View Source
Declaration
public string Name { get; }

Methods

Process(NmeaSentence)

Process the data from a RMC

View Source
Declaration
public void Process(NmeaSentence sentence)
Parameters
TypeNameDescription
Meadow.Peripherals.Sensors.Location.Gnss.NmeaSentencesentenceString array of the message components for a RMC message.

Events

PositionCourseAndTimeReceived

Position update received event.

View Source
Declaration
public event EventHandler<GnssPositionInfo> PositionCourseAndTimeReceived
Event Type

System.EventHandler<Meadow.Peripherals.Sensors.Location.Gnss.GnssPositionInfo>

Implements