|
| vrpn_Analog_Output_Remote (const char *name, vrpn_Connection *c=NULL) |
|
virtual void | mainloop () |
|
virtual bool | request_change_channel_value (unsigned int chan, vrpn_float64 val, vrpn_uint32 class_of_service=vrpn_CONNECTION_RELIABLE) |
|
virtual bool | request_change_channels (int num, vrpn_float64 *vals, vrpn_uint32 class_of_service=vrpn_CONNECTION_RELIABLE) |
|
| vrpn_Analog_Output (const char *name, vrpn_Connection *c=NULL) |
|
void | o_print (void) |
|
vrpn_int32 | getNumChannels () const |
|
| vrpn_BaseClass (const char *name, vrpn_Connection *c=NULL) |
|
vrpn_Connection * | connectionPtr () |
| Returns a pointer to the connection this object is using
|
|
|
virtual vrpn_int32 | encode_change_to (char *buf, vrpn_int32 chan, vrpn_float64 val) |
|
virtual vrpn_int32 | encode_change_channels_to (char *buf, vrpn_int32 num, vrpn_float64 *vals) |
|
virtual int | register_types (void) |
|
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) |
|