Click or drag to resize

GpsReceiver.GetNavigationAccuracyAssessedEvaluator 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: 25.1.421.0 (25.1.421.0)
Syntax
public Evaluator<NavigationAccuracyAssessed> GetNavigationAccuracyAssessedEvaluator(
	PerformanceAssessmentFile performanceAssessmentFile
)

Parameters

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

Return Value

Type: Evaluator<NavigationAccuracyAssessed>
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