LinksPoint GPS Toolkit Reference
GPSFIXTYPE
gpsapi.h | Types | See Also
Indicates the type of fix available from the GPS receiver.
Remarks
GPS receivers can provide various solution types. Some are estimated, some are 2 dimensional, an others are three dimensional. As more satellites become available, the type of solution calculated will become better. Typically, three satellites are required to calulate a 2D solution, and four are required to calculate a 3D solution. If WAAS, or other forms of differential corrections are available, the solution may be corrected.
See Also
Group
Declaration
typedef enum {
  GPSFIX_UNAVAILABLE,
  GPSFIX_1_SATELLITE_SOLUTION,
  GPSFIX_2_SATELLITE_SOLUTION,
  GPSFIX_3_SATELLITE_SOLUTION,
  GPSFIX_3_PLUS_SATELLITE_SOLUTION,
  GPSFIX_2D,
  GPSFIX_3D,
  GPSFIX_DEAD_RECKONING
} GPSFIXTYPE;
File
Links
Copyright ©1998-2005 Links Point Inc.