Class Rmb
Recommended minimum navigation information
Implements
Inherited Members
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 ( |
| 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
| Target | Versions |
|---|---|
| .NET Standard 2.0 | main, v3.0, v2.2, v2.1, v2.0 |
| .NET | main, v3.0 |
| .NET Windows | main, v3.0 |
| .NET Android | main, v3.0 |
| .NET iOS | main, v3.0 |
| .NET Framework | main, v3.0, v2.2, v2.1, v2.0 |
| UWP | main, v3.0, v2.2, v2.1, v2.0 |
| Xamarin.Android | v2.2, v2.1, v2.0 |
| Xamarin.iOS | v2.2, v2.1, v2.0 |