LinksPoint GPS Toolkit Reference
Contents
|
Index
Up
|
Previous
|
Next
GpsGetHDOPEx
gpsapi.h
|
.NET Functions
|
See Also
Returns the HDOP
Parameters
Parameters
Description
double * pdHDOP
A pointer to a double that accepts the value of the HDOP
Return Value
GPSERROR_NONE if successful.
Remarks
This is the .NET equivalent of
GpsGetHDOP
.
Horizontal Dilution Of Precision is a measurement of the horizontal precision of the GPS solution. Lower numbers are better. An HDOP value less than 1.0 is very good.
See Also
GpsGetHDOP
Group
.NET Functions
Declaration
GPSERROR
GPSAPI
GpsGetHDOPEx
(
double
* pdHDOP);
File
gpsapi.h
Links
gpsapi.h
,
.NET Functions
,
See Also
Copyright ©1998-2005 Links Point Inc.
Contents
|
Index