PerformanceAssessmentField Constructor |
Initializes a new instance.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.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
)
Public Sub New (
pseudoRandomNumber As Integer,
isDataAvailable As Boolean,
positionErrorX As Double,
positionErrorY As Double,
positionErrorZ As Double,
clockPhaseError As Double,
velocityErrorX As Double,
velocityErrorY As Double,
velocityErrorZ As Double,
clockFrequencyError As Double,
ageOfData As Double
)
public:
PerformanceAssessmentField(
int pseudoRandomNumber,
bool isDataAvailable,
double positionErrorX,
double positionErrorY,
double positionErrorZ,
double clockPhaseError,
double velocityErrorX,
double velocityErrorY,
double velocityErrorZ,
double clockFrequencyError,
double ageOfData
)
new :
pseudoRandomNumber : int *
isDataAvailable : bool *
positionErrorX : float *
positionErrorY : float *
positionErrorZ : float *
clockPhaseError : float *
velocityErrorX : float *
velocityErrorY : float *
velocityErrorZ : float *
clockFrequencyError : float *
ageOfData : float -> PerformanceAssessmentField
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