vitasdk
Documentation of the vitasdk
|
Go to the source code of this file.
Typedefs | |
typedef struct SceGpsDeviceInfo | SceGpsDeviceInfo |
typedef struct SceGpsSatelliteData | SceGpsSatelliteData |
typedef struct SceGpsPositionData | SceGpsPositionData |
typedef struct SceGpsStatus | SceGpsStatus |
Functions | |
int | _sceGpsClose (void) |
int | _sceGpsGetData (SceGpsPositionData *pos, SceGpsSatelliteData *sat) |
int | _sceGpsGetDeviceInfo (SceGpsDeviceInfo *dev_info) |
int | _sceGpsGetState (SceGpsStatus *state) |
int | _sceGpsIoctl (SceUInt32 ioctl_command, SceVoid *arg, SceSize arg_size, SceSize *a4) |
int | _sceGpsIsDevice (void) |
int | _sceGpsOpen (SceUID cbid) |
int | _sceGpsResumeCallback (void) |
int | _sceGpsSelectDevice (SceUInt32 device_type) |
int | _sceGpsStart (unsigned int mode) |
int | _sceGpsStop (void) |