vitasdk
Documentation of the vitasdk
|
Exports for Kernel.
Include the header file in your project:
Link the library to the executable:
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) |
Typedefs | |
typedef struct SceGpsDeviceInfo | SceGpsDeviceInfo |
typedef struct SceGpsSatelliteData | SceGpsSatelliteData |
typedef struct SceGpsPositionData | SceGpsPositionData |
typedef struct SceGpsStatus | SceGpsStatus |
typedef struct SceGpsDeviceInfo SceGpsDeviceInfo |
typedef struct SceGpsSatelliteData SceGpsSatelliteData |
typedef struct SceGpsPositionData SceGpsPositionData |
typedef struct SceGpsStatus SceGpsStatus |
int _sceGpsClose | ( | void | ) |
int _sceGpsGetData | ( | SceGpsPositionData * | pos, |
SceGpsSatelliteData * | sat | ||
) |
int _sceGpsGetDeviceInfo | ( | SceGpsDeviceInfo * | dev_info | ) |
int _sceGpsGetState | ( | SceGpsStatus * | state | ) |
int _sceGpsIsDevice | ( | void | ) |
int _sceGpsOpen | ( | SceUID | cbid | ) |
int _sceGpsResumeCallback | ( | void | ) |
int _sceGpsSelectDevice | ( | SceUInt32 | device_type | ) |
int _sceGpsStart | ( | unsigned int | mode | ) |
int _sceGpsStop | ( | void | ) |