Click or drag to resize

PerformanceAssessmentFileGetSatelliteGlobalUserRangeErrorEvaluator Method (IServiceProvider)

Returns an evaluator which can compute the SatelliteGlobalUserRangeError for this Performance Assessment File at a given time.

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 Evaluator<SatelliteGlobalUserRangeError> GetSatelliteGlobalUserRangeErrorEvaluator(
	IServiceProvider satellite
)

Parameters

satellite
Type: SystemIServiceProvider
The GPS satellite for which to obtain the global user range error. The satellite instance must provide IGpsPrnService and IOrientationAxesService.

Return Value

Type: EvaluatorSatelliteGlobalUserRangeError
An evaluator that will return the global user range errors at a specified time.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when satellite is .
See Also