Click or drag to resize

GpsReceiverGetNavigationAccuracyAssessedEvaluator Method (PerformanceAssessmentFile)

Returns an evaluator which can compute the NavigationAccuracyAssessed for this GPS receiver at a given time.

Namespace:  AGI.Foundation.Navigation
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Evaluator<NavigationAccuracyAssessed> GetNavigationAccuracyAssessedEvaluator(
	PerformanceAssessmentFile performanceAssessmentFile
)

Parameters

performanceAssessmentFile
Type: AGI.Foundation.Navigation.DataReadersPerformanceAssessmentFile
The Performance Assessment File (PAF) containing the ephemeris and clock errors for the GPS satellites over a period of time.

Return Value

Type: EvaluatorNavigationAccuracyAssessed
An evaluator of assessed navigation accuracy.
Exceptions
ExceptionCondition
ServiceNotAvailableException Thrown when this GPS receiver's Antenna does not have the ILocationPointService or the IOrientationAxesService.
Remarks
This method will use the default AccuracyCalculationPersona of Diligent
See Also