LinksPoint GPS Toolkit Reference
Contents
|
Index
Up
|
Previous
|
Next
GPSALTITUDE_HOLD_SOURCES
gpsapi.h
|
Types
|
See Also
Used to indicate the source of altitude information on a SiRF receiver when altitude hold is in effect
Remarks
The source of Altitude Hold information can be fixed either at a constant value or at the last known good value from a navigation solution.
See Also
SirfSetNavMode
,
SIRF_NAVMODE_SET_PARAMS
Group
Types
Declaration
typedef
enum
{ GPS_ALT_HOLD_LAST = 0, GPS_ALT_HOLD_FIXED = 1 }
GPSALTITUDE_HOLD_SOURCES
;
File
gpsapi.h
Links
gpsapi.h
,
Types
,
See Also
Copyright ©1998-2005 Links Point Inc.
Contents
|
Index