typedef enum { GPS_HOT_START, GPS_WARM_START, GPS_COLD_START, GPS_FULL_START } gpsModeEnum;
typedef enum { GPS_HOT_START, GPS_WARM_START, GPS_COLD_START, GPS_FULL_START } gpsModeEnum;
The GPS mode.
LGPS.h
|
Members |
Description |
|
GPS_HOT_START |
GPS selects this mode when it remembers its last calculated position and the last recorded satellites is still in view. If you are at same location when the GPS was turned off, the GPS is capable of positioning in the shortest time. |
|
GPS_WARM_START |
GPS selects this mode when it remembers its last calculated position but the last recorded satellites is not in view. In this mode the GPS takes more time to locate the satellites and position. |
|
GPS_COLD_START |
GPS selects this mode when it only has the current time. It takes longer time to locate the GPS information. |
|
GPS_FULL_START |
GPS selects this mode when it has no information. A full restart takes the longest to process. |