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
input_sensor.h File Reference
+ Include dependency graph for input_sensor.h:
+ This graph shows which files directly or indirectly include this file:

Data Structures

struct  ISPriv
 
struct  ISStack
 
struct  StringSensorStack
 

Macros

#define GPAC_HTK_DEMO   0
 

Enumerations

enum  { IS_KeySensor = 1, IS_StringSensor, IS_Mouse, IS_HTKSensor }
 

Functions

GF_BaseDecodergf_isdec_new (GF_ESD *esd, u32 PL)
 
void gf_isdec_del (GF_BaseDecoder *plug)
 
GF_Err gf_isdec_configure (GF_BaseDecoder *plug, GF_Scene *scene, Bool is_remote)
 
void InitInputSensor (GF_Scene *scene, GF_Node *node)
 
void InputSensorModified (GF_Node *n)
 
void InitKeySensor (GF_Scene *scene, GF_Node *node)
 
void InitStringSensor (GF_Scene *scene, GF_Node *node)
 

Data Structure Documentation

struct ISPriv
+ Collaboration diagram for ISPriv:
Data Fields
GF_Scene * scene
GF_List * is_nodes
u16 ES_ID
GF_List * ddf
GF_InputSensorDevice * io_dev
u32 type
s16 termChar
s16 delChar
unsigned short enteredText[5000]
u32 text_len
Bool is_local
struct ISStack
+ Collaboration diagram for ISStack:
Data Fields
u16 ES_ID
Bool registered
GF_MediaObject * mo
M_InputSensor * is
struct StringSensorStack
+ Collaboration diagram for StringSensorStack:
Data Fields
u16 enteredText[5000]
u32 text_len
GF_Terminal * term

Macro Definition Documentation

#define GPAC_HTK_DEMO   0

Enumeration Type Documentation

anonymous enum
Enumerator
IS_KeySensor 
IS_StringSensor 
IS_Mouse 
IS_HTKSensor 

Function Documentation

GF_BaseDecoder* gf_isdec_new ( GF_ESD esd,
u32  PL 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void gf_isdec_del ( GF_BaseDecoder plug)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Err gf_isdec_configure ( GF_BaseDecoder plug,
GF_Scene *  scene,
Bool  is_remote 
)

+ Here is the caller graph for this function:

void InitInputSensor ( GF_Scene *  scene,
GF_Node node 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void InputSensorModified ( GF_Node n)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void InitKeySensor ( GF_Scene *  scene,
GF_Node node 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void InitStringSensor ( GF_Scene *  scene,
GF_Node node 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function: