typedef enum { VM_GPS_SET_LOCATION_REPORT_PERIOD = 1, VM_GPS_SET_LOCATION_REPORT_PREIOD_SLEEP_FIRST, VM_GPS_SET_LOCATION_REPORT_PREIOD_WROK_FIRST, VM_GPS_SET_ASSIST_DATA_FOR_FAST_FIXED, VM_GPS_SET_EPO_AUTO_DOWNLOAD, VM_GPS_GET_EPO_AUTO_DOWNLOAD_SETTING } VM_GPS_PARAMETERS;
typedef enum { VM_GPS_SET_LOCATION_REPORT_PERIOD = 1, VM_GPS_SET_LOCATION_REPORT_PREIOD_SLEEP_FIRST, VM_GPS_SET_LOCATION_REPORT_PREIOD_WROK_FIRST, VM_GPS_SET_ASSIST_DATA_FOR_FAST_FIXED, VM_GPS_SET_EPO_AUTO_DOWNLOAD, VM_GPS_GET_EPO_AUTO_DOWNLOAD_SETTING } VM_GPS_PARAMETERS;
The GPS start parameters.
vmgps.h
|
Members |
Description |
|
VM_GPS_SET_LOCATION_REPORT_PERIOD = 1 |
The Normal mode. The minimum time is 1 second. |
|
VM_GPS_SET_LOCATION_REPORT_PREIOD_SLEEP_FIRST |
The 'Sleep First' mode is a low power mode. GPS is powered off in the beginning and will be switched on to get the position before the set period times out. |
|
VM_GPS_SET_LOCATION_REPORT_PREIOD_WROK_FIRST |
The 'Work First' mode is a low power mode. GPS is powered on in the beginning to get the position and once the position is found, it will switch off to save energy. After the set period it will power itself on. |
|
VM_GPS_SET_ASSIST_DATA_FOR_FAST_FIXED |
The 'Set GPS assist data for fast fix' type. |
|
VM_GPS_SET_EPO_AUTO_DOWNLOAD |
This controls EPO auto download to on or off. Default is ON. |
|
VM_GPS_GET_EPO_AUTO_DOWNLOAD_SETTING |
This gets EPO auto download setting. You can get the results from checking message in VM_GPS_SET_PARAM_RESULT. |
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.