simulation
[Device proxies]

Collaboration diagram for simulation:


Detailed Description

The simulation proxy is used to interact with objects in a simulation.

Todo:
write playerc_proxy_simulation description


Classes

struct  playerc_simulation_t
 Simulation device proxy. More...

Functions

playerc_simulation_tplayerc_simulation_create (playerc_client_t *client, int index)
 Create a new simulation proxy.
void playerc_simulation_destroy (playerc_simulation_t *device)
 Destroy a simulation proxy.
int playerc_simulation_subscribe (playerc_simulation_t *device, int access)
 Subscribe to the simulation device.
int playerc_simulation_unsubscribe (playerc_simulation_t *device)
 Un-subscribe from the simulation device.
int playerc_simulation_set_pose2d (playerc_simulation_t *device, char *name, double gx, double gy, double ga)
 Set the 2D pose of a named simulation object.
int playerc_simulation_get_pose2d (playerc_simulation_t *device, char *identifier, double *x, double *y, double *a)
 Get the 2D pose of a named simulation object.
int playerc_simulation_set_pose3d (playerc_simulation_t *device, char *name, double gx, double gy, double gz, double groll, double gpitch, double gyaw)
 Set the 3D pose of a named simulation object.
int playerc_simulation_get_pose3d (playerc_simulation_t *device, char *identifier, double *x, double *y, double *z, double *roll, double *pitch, double *yaw, double *time)
 Get the 3D pose of a named simulation object.
int playerc_simulation_set_property (playerc_simulation_t *device, char *name, char *property, void *value, size_t value_len)
 Set a property value.
int playerc_simulation_get_property (playerc_simulation_t *device, char *name, char *property, void *value, size_t value_len)
 Get a property value.

Last updated 12 September 2005 21:38:45