PerformanceAssessmentField Constructor |
Initializes a new instance.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic 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: System.Int32
Pseudo Random Number (PRN) identifying the corresponding GPS spacecraft. - isDataAvailable
- Type: System.Boolean
Flag indicating whether data is available. - positionErrorX
- Type: System.Double
Position error in X. - positionErrorY
- Type: System.Double
Position error in Y. - positionErrorZ
- Type: System.Double
Position error in Z. - clockPhaseError
- Type: System.Double
Clock phase error. - velocityErrorX
- Type: System.Double
Velocity error in X. - velocityErrorY
- Type: System.Double
Velocity error in Y. - velocityErrorZ
- Type: System.Double
Velocity error in Z. - clockFrequencyError
- Type: System.Double
Clock frequency error. - ageOfData
- Type: System.Double
The age of the data.
See Also