LinksPoint GPS Toolkit Reference
GPSEPE
gpsapi.h | Types | See Also
Estimated position error

Remarks
EPE is derived fron DOP, and is a measure of GPS precision. The measurent is an estimate of the position accuracy in meters. There are three components of this error, dEPE specifies three dimensional error, dEPH is horizontal, and dEPV is vertical.
See Also
Members
Members Description
double dEPE; Estimated Position Error (1-Sigma)
double dEPH; EPE, Horizontal Only
double dEPV; EPE, Verticle Only
Group
Declaration
typedef struct {
  double dEPE;
  double dEPH;
  double dEPV;
} GPSEPE, * PGPSEPE;
File
Links
Copyright ©1998-2005 Links Point Inc.