Click or drag to resize

PerformanceAssessmentField Constructor

Initializes a new instance.

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 PerformanceAssessmentField(
	int pseudoRandomNumber,
	bool isDataAvailable,
	double positionErrorX,
	double positionErrorY,
	double positionErrorZ,
	double clockPhaseError,
	double velocityErrorX,
	double velocityErrorY,
	double velocityErrorZ,
	double clockFrequencyError,
	double ageOfData
)

Parameters

pseudoRandomNumber
Type: SystemInt32
Pseudo Random Number (PRN) identifying the corresponding GPS spacecraft.
isDataAvailable
Type: SystemBoolean
Flag indicating whether data is available.
positionErrorX
Type: SystemDouble
Position error in X.
positionErrorY
Type: SystemDouble
Position error in Y.
positionErrorZ
Type: SystemDouble
Position error in Z.
clockPhaseError
Type: SystemDouble
Clock phase error.
velocityErrorX
Type: SystemDouble
Velocity error in X.
velocityErrorY
Type: SystemDouble
Velocity error in Y.
velocityErrorZ
Type: SystemDouble
Velocity error in Z.
clockFrequencyError
Type: SystemDouble
Clock frequency error.
ageOfData
Type: SystemDouble
The age of the data.
See Also