health
[Device proxies]

Collaboration diagram for health:

Detailed Description

The health proxy provides an interface to the HEALTH Module.


Classes

struct  playerc_health_t
 Note: the structure describing the HEALTH's data packet is declared in Player. More...

Functions

playerc_health_tplayerc_health_create (playerc_client_t *client, int index)
 Create a health proxy.
void playerc_health_destroy (playerc_health_t *device)
 Destroy a health proxy.
int playerc_health_subscribe (playerc_health_t *device, int access)
 Subscribe to the health device.
int playerc_health_unsubscribe (playerc_health_t *device)
 Un-subscribe from the health device.

Function Documentation

playerc_health_t* playerc_health_create ( playerc_client_t client,
int  index 
)

Create a health proxy.

void playerc_health_destroy ( playerc_health_t device  ) 

Destroy a health proxy.

int playerc_health_subscribe ( playerc_health_t device,
int  access 
)

Subscribe to the health device.

int playerc_health_unsubscribe ( playerc_health_t device  ) 

Un-subscribe from the health device.


Last updated 12 September 2005 21:38:45