|
| vrpn_Poser_Server (const char *name, vrpn_Connection *c) |
|
virtual void | mainloop () |
| This function should be called each time through app mainloop.
|
|
int | register_change_handler (void *userdata, vrpn_POSERHANDLER handler) |
|
int | unregister_change_handler (void *userdata, vrpn_POSERHANDLER handler) |
|
int | register_relative_change_handler (void *userdata, vrpn_POSERHANDLER handler) |
|
int | unregister_relative_change_handler (void *userdata, vrpn_POSERHANDLER handler) |
|
| vrpn_Poser (const char *name, vrpn_Connection *c=NULL) |
|
void | p_print () |
|
void | p_print_vel () |
|
| vrpn_BaseClass (const char *name, vrpn_Connection *c=NULL) |
|
vrpn_Connection * | connectionPtr () |
| Returns a pointer to the connection this object is using
|
|
|
static int VRPN_CALLBACK | handle_change_message (void *userdata, vrpn_HANDLERPARAM p) |
|
static int VRPN_CALLBACK | handle_relative_change_message (void *userdata, vrpn_HANDLERPARAM p) |
|
static int VRPN_CALLBACK | handle_vel_change_message (void *userdata, vrpn_HANDLERPARAM p) |
|
static int VRPN_CALLBACK | handle_relative_vel_change_message (void *userdata, vrpn_HANDLERPARAM p) |
|
static int | encode_text_message_to_buffer (char *buf, vrpn_TEXT_SEVERITY severity, vrpn_uint32 level, const char *msg) |
|
static int | decode_text_message_from_buffer (char *msg, vrpn_TEXT_SEVERITY *severity, vrpn_uint32 *level, const char *buf) |
| Decodes the body of the text message from a buffer from the connection
|
|
|
bool | shutup |
|
virtual int | register_types (void) |
|
virtual int | encode_to (char *buf) |
|
virtual int | encode_vel_to (char *buf) |
|
virtual void | set_pose (const struct timeval t, const vrpn_float64 position[3], const vrpn_float64 quaternion[4]) |
|
virtual void | set_pose_relative (const struct timeval t, const vrpn_float64 position_delta[3], const vrpn_float64 quaternion[4]) |
|
virtual void | set_pose_velocity (const struct timeval t, const vrpn_float64 position[3], const vrpn_float64 quaternion[4], const vrpn_float64 interval) |
|
virtual void | set_pose_velocity_relative (const struct timeval t, const vrpn_float64 velocity_delta[3], const vrpn_float64 quaternion[4], const vrpn_float64 interval_delta) |
|
virtual int | init (void) |
|
virtual int | register_senders (void) |
|
int | register_autodeleted_handler (vrpn_int32 type, vrpn_MESSAGEHANDLER handler, void *userdata, vrpn_int32 sender=vrpn_ANY_SENDER) |
|
int | send_text_message (const char *msg, struct timeval timestamp, vrpn_TEXT_SEVERITY type=vrpn_TEXT_NORMAL, vrpn_uint32 level=0) |
| Sends a NULL-terminated text message from the device d_sender_id
|
|
SendTextMessageBoundCall | send_text_message (vrpn_TEXT_SEVERITY type=vrpn_TEXT_NORMAL) |
|
void | server_mainloop (void) |
|
void | client_mainloop (void) |
|