|
LinuxQMISDK
SLQS03.03.11
|
Location API function prototypes. More...
Go to the source code of this file.
Data Structures | |
| struct | LOCEventRegisterReqResp |
| struct | LOCExtPowerStateReqResp |
| struct | LocApplicationInfo |
| struct | LOCStartReqResp |
| struct | LOCStopReqResp |
| struct | SV |
| struct | SVInfo |
| struct | GnssData |
| struct | CellDb |
| struct | ClkInfo |
| struct | BdsSV |
| struct | BdsSVInfo |
| struct | LocDelAssDataReq |
Functions | |
| ULONG | SLQSLOCEventRegister (LOCEventRegisterReqResp *pLOCEventRegisterReqResp) |
| ULONG | SLQSLOCSetExtPowerState (LOCExtPowerStateReqResp *pLOCExtPowerStateReqResp) |
| ULONG | SLQSLOCStart (LOCStartReqResp *pLOCStartReqResp) |
| ULONG | SLQSLOCStop (LOCStopReqResp *pLOCStopReqResp) |
| ULONG | SLQSLOCSetOpMode (ULONG mode) |
| ULONG | SLQSLOCDelAssData (LocDelAssDataReq request) |
Location API function prototypes.
| ULONG SLQSLOCDelAssData | ( | LocDelAssDataReq | request | ) |
Used by the control point to delete the location engine assistance data
| request[IN] |
|
| ULONG SLQSLOCEventRegister | ( | LOCEventRegisterReqResp * | pLOCEventRegisterReqResp | ) |
Used by the control point to register for events from the location subsystem.
| pLOCEventRegisterReqResp[IN] |
|
| ULONG SLQSLOCSetExtPowerState | ( | LOCExtPowerStateReqResp * | pLOCExtPowerStateReqResp | ) |
Used by the control point to set the current external power configuration.
| pLOCExtPowerStateReqResp[IN] |
|
Used by the control point to tells the engine to use the specified operation mode while making the position fixes
| mode[IN] |
|
| ULONG SLQSLOCStart | ( | LOCStartReqResp * | pLOCStartReqResp | ) |
Used by the control point to initiate a GPS session.
| pLOCStartReqResp[IN] |
|
| ULONG SLQSLOCStop | ( | LOCStopReqResp * | pLOCStopReqResp | ) |
Used by the control point to stop a GPS session.
| pLOCStopReqResp[IN] |
|