Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public enum GpsReceiverSolutionType
Members
  Member nameDescription
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