GpsReceiverGetSatelliteTrackingIndexEvaluator Method (EvaluatorGroup) |
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: 24.2.419.0 (24.2.419.0)
Syntax public Evaluator<int[]> GetSatelliteTrackingIndexEvaluator(
EvaluatorGroup group
)
Public Function GetSatelliteTrackingIndexEvaluator (
group As EvaluatorGroup
) As Evaluator(Of Integer())
public:
Evaluator<array<int>^>^ GetSatelliteTrackingIndexEvaluator(
EvaluatorGroup^ group
)
member GetSatelliteTrackingIndexEvaluator :
group : EvaluatorGroup -> Evaluator<int[]>
Parameters
- group
- Type: AGI.FoundationEvaluatorGroup
The group with which to associate the new evaluator. By grouping evaluators
that are often evaluated at the same Julian dates, common computations can be performed only once
for the entire group instead of multiple times for each evaluator.
Return Value
Type:
EvaluatorInt32An evaluator of the currently tracked GPS satellites.
Exceptions Remarks See Also