GPAC
Open Source Multimedia Framework. For more information, check out http://gpac.wp.mines-telecom.fr
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups
SensorAcces.m File Reference
#import "SensorAccess.h"
+ Include dependency graph for SensorAcces.m:

Functions

void * SENS_CreateInstance ()
 
int SENS_DestroyInstance (void **inst)
 
int SENS_SetSensorType (void *inst, int type)
 
int SENS_GetCurrentSensorType (void *inst)
 
int SENS_Start (void *inst)
 
int SENS_Stop (void *inst)
 
int SENS_IsStarted (void *inst)
 
int SENS_SetCallback (void *inst, SensorDataCallback *callback, void *user)
 

Function Documentation

void* SENS_CreateInstance ( )

+ Here is the caller graph for this function:

int SENS_DestroyInstance ( void **  inst)

+ Here is the caller graph for this function:

int SENS_SetSensorType ( void *  inst,
int  type 
)

+ Here is the caller graph for this function:

int SENS_GetCurrentSensorType ( void *  inst)
int SENS_Start ( void *  inst)

+ Here is the caller graph for this function:

int SENS_Stop ( void *  inst)

+ Here is the caller graph for this function:

int SENS_IsStarted ( void *  inst)
int SENS_SetCallback ( void *  inst,
SensorDataCallback callback,
void *  user 
)

+ Here is the caller graph for this function: