health
[Device proxies]
The health proxy provides an interface to the HEALTH Module. More...
Collaboration diagram for health:
![]() |
Classes | |
struct | playerc_health_t |
Note: the structure describing the HEALTH's data packet is declared in Player. More... | |
Functions | |
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. |
Detailed Description
The health proxy provides an interface to the HEALTH Module.
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.