GpsReceiver.GetSatelliteTrackingIndexEvaluator Method |
Returns an evaluator that identifies the satellites that are tracked by the GPS receiver at
a given date. The satellites are identified as indices into the
NavigationSatellites
collection.
Namespace:
AGI.Foundation.Navigation
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Evaluator<int[]> GetSatelliteTrackingIndexEvaluator()
Public Function GetSatelliteTrackingIndexEvaluator As Evaluator(Of Integer())
public:
Evaluator<array<int>^>^ GetSatelliteTrackingIndexEvaluator()
member GetSatelliteTrackingIndexEvaluator : unit -> Evaluator<int[]>
Return Value
Type:
Evaluator<Int32[]>An evaluator of the currently tracked GPS satellites.
Exceptions
Remarks
See Also