PredictionSupportRecord Class |
Namespace: AGI.Foundation.Navigation.DataReaders
The PredictionSupportRecord type exposes the following members.
Name | Description | |
---|---|---|
PredictionSupportRecord | Initializes a new instance. | |
PredictionSupportRecord(PredictionSupportRecord) | Initializes a new instance as a copy of an existing instance. | |
PredictionSupportRecord(Int32, Double, Double, Double, Double, Double) |
Initializes a new instance with RMS values and pseudo random number, setting all other values to 0.
| |
PredictionSupportRecord(Int32, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double) |
Initializes the complete prediction support record.
|
Name | Description | |
---|---|---|
AgeOfData |
Gets or sets the age of the navigation data relative to the GPS master control station (MCS) upload generation epoch (minutes).
| |
AlongTrackErrorA |
Gets or sets the curve fit 2nd order term for the along track error growth (meters/sec^2).
| |
AlongTrackErrorB |
Gets or sets the curve fit 1st order term for the along track error growth (meters/sec).
| |
AlongTrackErrorC |
Gets or sets the curve fit 0th order term for the along track error growth (meters).
| |
ClockErrorA |
Gets or sets the curve fit 2nd order term for the clock error growth (meters/sec^2).
| |
ClockErrorB |
Gets or sets the curve fit 1st order term for the clock error growth (meters/sec).
| |
ClockErrorC |
Gets or sets the curve fit 0th order term for the clock error growth (meters).
| |
CrossTrackErrorA |
Gets or sets the curve fit 2nd order term for the cross track error growth (meters/sec^2).
| |
CrossTrackErrorB |
Gets or sets the curve fit 1st order term for the cross track error growth (meters/sec).
| |
CrossTrackErrorC |
Gets or sets the curve fit 0th order term for the cross track error growth (meters).
| |
PseudoRandomNumber |
Gets or sets the pseudo random number of the satellite, otherwise known as the PRN or SVID.
| |
RadialErrorA |
Gets or sets the curve fit 2nd order term for the radial error growth (meters/sec^2).
| |
RadialErrorB |
Gets or sets the curve fit 1st order term for the radial error growth (meters/sec).
| |
RadialErrorC |
Gets or sets the curve fit 0th order term for the radial error growth (meters).
| |
RmsAlongTrackError |
Gets or sets the Root Mean Square along track error statistic (meters).
| |
RmsClockError |
Gets or sets the Root Mean Square clock error statistic (meters).
| |
RmsCrossTrackError |
Gets or sets the Root Mean Square cross track error statistic (meters).
| |
RmsRadialError |
Gets or sets the Root Mean Square radial error statistic (meters).
| |
RmsUserRangeError |
Gets or sets the Root Mean Square user range error statistic (meters).
|
Name | Description | |
---|---|---|
Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ObjectEquals(Object).) | |
Equals(PredictionSupportRecord) |
Indicates whether another instance of this type is exactly equal to this instance.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
The following descriptions are from the Air Force Navigation Interface Data Description (IDD):