Click or drag to resize

PredictionSupportRecord Constructor (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.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public PredictionSupportRecord(
	int pseudoRandomNumber,
	double rmsRadialError,
	double rmsAlongTrackError,
	double rmsCrossTrackError,
	double rmsClockError,
	double rmsUserRangeError,
	double radialErrorA,
	double alongTrackErrorA,
	double crossTrackErrorA,
	double clockErrorA,
	double radialErrorB,
	double alongTrackErrorB,
	double crossTrackErrorB,
	double clockErrorB,
	double radialErrorC,
	double alongTrackErrorC,
	double crossTrackErrorC,
	double clockErrorC,
	double ageOfData
)

Parameters

pseudoRandomNumber
Type: SystemInt32
The PRN of the vehicle for which this data applies.
rmsRadialError
Type: SystemDouble
The Root Mean Square Radial Error
rmsAlongTrackError
Type: SystemDouble
The Root Mean Square Along Track Error
rmsCrossTrackError
Type: SystemDouble
The Root Mean Square Cross Track Error
rmsClockError
Type: SystemDouble
The Root Mean Square Clock Error
rmsUserRangeError
Type: SystemDouble
The Root Mean Square User Range Error
radialErrorA
Type: SystemDouble
The A coefficient of the Radial Error
alongTrackErrorA
Type: SystemDouble
The A coefficient of the Along Track Error
crossTrackErrorA
Type: SystemDouble
The A coefficient of the Cross Track Error
clockErrorA
Type: SystemDouble
The A coefficient of the Clock Error
radialErrorB
Type: SystemDouble
The B coefficient of the Radial Error
alongTrackErrorB
Type: SystemDouble
The B coefficient of the Along Track Error
crossTrackErrorB
Type: SystemDouble
The B coefficient of the Cross Track Error
clockErrorB
Type: SystemDouble
The B coefficient of the Clock Error
radialErrorC
Type: SystemDouble
The C coefficient of the Radial Error
alongTrackErrorC
Type: SystemDouble
The C coefficient of the Along Track Error
crossTrackErrorC
Type: SystemDouble
The C coefficient of the Cross Track Error
clockErrorC
Type: SystemDouble
The C coefficient of the Clock Error
ageOfData
Type: SystemDouble
The Age of Data
Remarks
The Age of Data element typically denotes the age of the data being broadcast from the GPS satellite. Since this file type is statistically based, this age of data element doesn't make much sense. But the Air Force has it in the record anyway.
See Also