Class Gst
Pseudorange error statistics
Inherited Members
Namespace: NmeaParser.Messages
Assembly: NmeaParser.dll
Syntax
[NmeaMessageType("--GST")]
public class Gst : NmeaMessage, IEquatable<NmeaMessage>, ITimestampedMessage
Constructors
Name | Description |
---|---|
Gst(string, string[]) | Initializes a new instance of the Gst class. |
Properties
Name | Description |
---|---|
ErrorOrientation | Orientation of semi-major axis of error ellipse (degrees from true north). |
FixTime | UTC of position fix |
Rms | RMS value of the standard deviation of the range inputs in the navigation process. Range inputs include pseudoranges and DGNSS corrections. |
SemiMajorError | Standard deviation of semi-major axis of error ellipse in meters. |
SemiMinorError | Standard deviation of semi-minor axis of error ellipse in meters. |
SigmaHeightError | Standard deviation of altitude error in meters. |
SigmaLatitudeError | Standard deviation of latitude error in meters. |
SigmaLongitudeError | Standard deviation of longitude error in meters. |
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 |