Class Rma
Recommended minimum specific Loran-C Data
Inherited Members
Namespace: NmeaParser.Messages
Assembly: NmeaParser.dll
Syntax
[NmeaMessageType("--RMA")]
public class Rma : NmeaMessage, IEquatable<NmeaMessage>, IGeographicLocation
Remarks
Position, course and speed data provided by a Loran-C receiver. Time differences A and B are those used in computing latitude/longitude. This sentence is transmitted at intervals not exceeding 2-seconds and is always accompanied by Rmb when a destination waypoint is active.
Constructors
| Name | Description |
|---|---|
| Rma(string, string[]) | Initializes a new instance of the Rma class. |
Properties
| Name | Description |
|---|---|
| Course | Course over ground in degrees from true north |
| Latitude | Latitude |
| Longitude | Longitude |
| MagneticVariation | Magnetic variation in degrees. |
| Mode | Positioning system mode indicator |
| Speed | Speed over ground in knots. |
| Status | Positioning system status |
| TimeDifferenceA | Time difference A |
| TimeDifferenceB | Time difference B |
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 |