EngineRevolutions Class

Definition

Engine revolutions (RPM) sentence. Note: This is superseeded by NMEA2000 commands, which provide a lot more details for engine parameters

public class EngineRevolutions : Iot.Device.Nmea0183.Sentences.NmeaSentence
type EngineRevolutions = class
    inherit NmeaSentence
Public Class EngineRevolutions
Inherits NmeaSentence
Inheritance
EngineRevolutions

Constructors

EngineRevolutions(RotationSource, RotationalSpeed, Int32, Ratio)

Constructs a new MWV sentence

EngineRevolutions(TalkerId, IEnumerable<String>, DateTimeOffset)

Internal constructor from NMEA string

EngineRevolutions(TalkerId, RotationSource, RotationalSpeed, Int32, Ratio)

Constructs a new MWV sentence

EngineRevolutions(TalkerSentence, DateTimeOffset)

Internal constructor

Properties

Age

Age of this message

(Inherited from NmeaSentence)
DateTime

The time tag on this message

(Inherited from NmeaSentence)
EngineNumber

Number of engine

Id

This sentence's id

PropellerPitch

Pitch of propeller. Negative if running astern.

ReplacesOlderInstance

This is true for this message type

RotationalSpeed

Cross track distance, meters

RotationSource

Revolution counter source

SentenceId

The sentence Id of this packet

(Inherited from NmeaSentence)
TalkerId

The talker (sender) of this message

(Inherited from NmeaSentence)
Valid

True if the contents of this message are valid / understood This is false if the message type could be decoded, but the contents seem invalid or there's no useful data

(Inherited from NmeaSentence)

Methods

AgeTo(DateTimeOffset)

The relative age of this sentence against a time stamp. Useful when analyzing recorded data, where "now" should also be a time in the past.

(Inherited from NmeaSentence)
ReadChar(IEnumerator<String>)

Decodes the next field into a char

(Inherited from NmeaSentence)
ReadInt(IEnumerator<String>)

Decodes the next field into an int

(Inherited from NmeaSentence)
ReadString(IEnumerator<String>)

Decodes the next field into a string

(Inherited from NmeaSentence)
ReadValue(IEnumerator<String>)

Decodes the next field into a double

(Inherited from NmeaSentence)
ToNmeaMessage()

Translates the properties of this instance into an NMEA message

(Inherited from NmeaSentence)
ToNmeaParameterList()

Presents this message as output

ToReadableContent()

Gets an user-readable string about this message

ToString()

Generates a readable instance of this string. Not overridable, use ToReadableContent() to override. (this is to prevent confusion with ToNmeaMessage().) Do not use this method to create an NMEA sentence.

(Inherited from NmeaSentence)

Applies to