typedef enum { VM_GPS_OPEN_RESULT, VM_GPS_SET_MODE_RESULT, VM_GPS_CLOSE_RESULT, VM_GPS_SENTENCE_DATA, VM_GPS_SET_PARAM_RESULT, VM_GPS_GET_PARAM_RESULT } VM_GPS_MESSAGE;
typedef enum { VM_GPS_OPEN_RESULT, VM_GPS_SET_MODE_RESULT, VM_GPS_CLOSE_RESULT, VM_GPS_SENTENCE_DATA, VM_GPS_SET_PARAM_RESULT, VM_GPS_GET_PARAM_RESULT } VM_GPS_MESSAGE;
The GPS callback message.
vmgps.h
|
Members |
Description |
|
VM_GPS_OPEN_RESULT |
The GPS open confirm message, the data is the result (VM_GPS_OPEN success/failure) of opening GPS. |
|
VM_GPS_SET_MODE_RESULT |
Reserved. |
|
VM_GPS_CLOSE_RESULT |
Reserved, the engine will release all resources when GPS is closed, so it will not send a 'closed' message. |
|
VM_GPS_SENTENCE_DATA |
GPS data receive message, the data represents the GPS sentence data, please refer to vm_gps_sentence_info_t. |
|
VM_GPS_SET_PARAM_RESULT |
GPS set parameter confirm message, data shows if it was successful or not |
|
VM_GPS_GET_PARAM_RESULT |
GPS get parameter confirm message, now it only support parameter VM_GPS_GET_EPO_AUTO_DOWNLOAD_SETTING it will return EPO auto download setting |
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.