LinksPoint GPS Toolkit Reference
GPSDOP
gpsapi.h | Types | See Also
Structure representing the Dilution of Precision values
Remarks
This is a measure of the precision of the gps solution and is primarily affected by satellite geometry. The more satellites in use in the solution, and the more spread out they are in the sky, the better the precision. Lower DOP values correspond to more precise solutions. DOPs lower than 1.0 are excellent. GPS can provide reliable results with DOPs as high as 6.0.
See Also
Members
Members Description
double dHDOP; Horizontal Dilution of Precision
double dGDOP; Geometric Dilution of Precision
double dPDOP; Dilution of Precision
double dVDOP; Vertical Dilution of Precision
double dTDOP; Time Dilution of Precision
Group
Declaration
typedef struct {
  double dHDOP;
  double dGDOP;
  double dPDOP;
  double dVDOP;
  double dTDOP;
} GPSDOP, * PGPSDOP;
File
Links
Copyright ©1998-2005 Links Point Inc.