GpsReceiverGetSatelliteTrackingEvaluator Method |
Returns an evaluator that identifies the satellites that are tracked by the GPS receiver at
a given date. The satellites are identified as a collection of references to
Platform instances.
Namespace:
AGI.Foundation.Navigation
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Evaluator<PlatformCollection> GetSatelliteTrackingEvaluator()
Public Function GetSatelliteTrackingEvaluator As Evaluator(Of PlatformCollection)
public:
Evaluator<PlatformCollection^>^ GetSatelliteTrackingEvaluator()
member GetSatelliteTrackingEvaluator : unit -> Evaluator<PlatformCollection>
Return Value
Type:
EvaluatorPlatformCollectionAn evaluator of the currently tracked GPS satellites.
Exceptions Remarks See Also