|
LinuxQMISDK
SLQS03.03.10
|
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 |
Functions | |
| ULONG | SLQSLOCEventRegister (LOCEventRegisterReqResp *pLOCEventRegisterReqResp) |
| ULONG | SLQSLOCSetExtPowerState (LOCExtPowerStateReqResp *pLOCExtPowerStateReqResp) |
| ULONG | SLQSLOCStart (LOCStartReqResp *pLOCStartReqResp) |
| ULONG | SLQSLOCStop (LOCStopReqResp *pLOCStopReqResp) |
Location API function prototypes.
| 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] |
|
| 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] |
|