Show / Hide Table of Contents

Class Rmb

Recommended minimum navigation information

Inheritance
object
NmeaMessage
Rmb
Implements
IEquatable<NmeaMessage>
Inherited Members
NmeaMessage.RegisterAssembly(Assembly, bool)
NmeaMessage.RegisterNmeaMessage(TypeInfo, string, bool)
NmeaMessage.Parse(string, IMultiSentenceMessage, bool)
NmeaMessage.MessageParts
NmeaMessage.MessageType
NmeaMessage.TalkerId
NmeaMessage.IsProprietary
NmeaMessage.ToString()
NmeaMessage.Checksum
NmeaMessage.Equals(NmeaMessage)
NmeaMessage.Timestamp
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: NmeaParser.Messages
Assembly: NmeaParser.dll
Syntax
[NmeaMessageType("--RMB")]
public class Rmb : NmeaMessage, IEquatable<NmeaMessage>
Remarks

Navigation data from present position to a destination waypoint provided by a Loran-C, GNSS, DECCA, navigation computer or other integrated navigation system.

This sentence always accompanies Rma and Rmc sentences when a destination is active when provided by a Loran-C or GNSS receiver, other systems may transmit Rmb without Rma or Rmc.

Constructors

Name Description
Rmb(string, string[])

Initializes a new instance of the Rmb class.

Properties

Name Description
Arrived

Arrived (true if arrived)

CrossTrackError

Cross-track error (steer left when negative, right when positive)

DestinationLatitude

Destination Latitude

DestinationLongitude

Destination Longitude

DestinationWaypointId

Destination waypoint ID

OriginWaypointId

Origin waypoint ID

RangeToDestination

Range to destination in nautical miles

Status

Data Status

TrueBearing

True bearing to destination

Velocity

Velocity towards destination in knots

Applies

TargetVersions
.NET Standard 2.0main, v3.0, v2.2, v2.1, v2.0
.NETmain, v3.0
.NET Windowsmain, v3.0
.NET Androidmain, v3.0
.NET iOSmain, v3.0
.NET Frameworkmain, v3.0, v2.2, v2.1, v2.0
UWPmain, v3.0, v2.2, v2.1, v2.0
Xamarin.Androidv2.2, v2.1, v2.0
Xamarin.iOSv2.2, v2.1, v2.0
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX