GpsReceiverSolutionType Enumeration |
Enumeration defining the Solution types available for a receiver.
Namespace:
AGI.Foundation.Navigation
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum GpsReceiverSolutionType
Public Enumeration GpsReceiverSolutionType
public enum class GpsReceiverSolutionType
type GpsReceiverSolutionType
Members
| Member name | Description |
---|
| BestN |
Best-N receiver: takes the set of N satellites that minimizes Dilution of Precision (DOP).
|
| AllInView |
All In View receiver: Uses all available satellites in DOP computation.
The number of satellites used is constrained by the number of channels in the receiver.
|
See Also