gps
Detailed Description
The gps proxy provides an interface to a GPS-receiver.
Classes | |
| struct | playerc_gps_t |
| GPS proxy data. More... | |
Functions | |
| playerc_gps_t * | playerc_gps_create (playerc_client_t *client, int index) |
| Create a gps proxy. | |
| void | playerc_gps_destroy (playerc_gps_t *device) |
| Destroy a gps proxy. | |
| int | playerc_gps_subscribe (playerc_gps_t *device, int access) |
| Subscribe to the gps device. | |
| int | playerc_gps_unsubscribe (playerc_gps_t *device) |
| Un-subscribe from the gps device. | |
