|
| vrpn_Radamec_SPI (const char *name, vrpn_Connection *c, const char *port, int baud=38400) |
|
virtual void | mainloop () |
| Called once through each main loop iteration to handle updates.
|
|
| vrpn_Serial_Analog (const char *name, vrpn_Connection *connection, const char *port, int baud=9600, int bits=8, vrpn_SER_PARITY parity=vrpn_SER_PARITY_NONE, bool rts_flow=false) |
|
| vrpn_Analog (const char *name, vrpn_Connection *c=NULL) |
|
void | print (void) |
|
vrpn_int32 | getNumChannels (void) const |
|
| vrpn_BaseClass (const char *name, vrpn_Connection *c=NULL) |
|
vrpn_Connection * | connectionPtr () |
| Returns a pointer to the connection this object is using
|
|
|
virtual int | reset (void) |
|
virtual int | get_report (void) |
|
virtual void | clear_values (void) |
|
unsigned char | compute_crc (const unsigned char *head, int len) |
| Compute the CRC for the message or report starting at head with length len.
|
|
vrpn_uint32 | convert_24bit_unsigned (const unsigned char *buf) |
| Convert a 24-bit value from a buffer into an unsigned integer value
|
|
vrpn_int32 | convert_16bit_unsigned (const unsigned char *buf) |
| Convert a 16-bit unsigned value from a buffer into an integer
|
|
double | int_to_pan (vrpn_uint32 val) |
|
double | int_to_tilt (vrpn_uint32 val) |
|
double | int_to_zoom (vrpn_uint32 val) |
|
double | int_to_focus (vrpn_uint32 val) |
|
double | int_to_height (vrpn_uint32 val) |
|
double | int_to_X (vrpn_uint32 mm, vrpn_uint32 frac) |
|
double | int_to_Y (vrpn_uint32 mm, vrpn_uint32 frac) |
|
double | int_to_orientation (vrpn_uint32 val) |
|
int | send_command (const unsigned char *cmd, int len) |
|
virtual void | report_changes (vrpn_uint32 class_of_service=vrpn_CONNECTION_LOW_LATENCY) |
| send report iff changed
|
|
virtual void | report (vrpn_uint32 class_of_service=vrpn_CONNECTION_LOW_LATENCY) |
| send report whether or not changed
|
|
int | read_available_characters (char *buffer, int bytes) |
|
virtual int | register_types (void) |
|
virtual vrpn_int32 | encode_to (char *buf) |
|
virtual void | report_changes (vrpn_uint32 class_of_service=vrpn_CONNECTION_LOW_LATENCY, const struct timeval time=vrpn_ANALOG_NOW) |
|
virtual void | report (vrpn_uint32 class_of_service=vrpn_CONNECTION_LOW_LATENCY, const struct timeval time=vrpn_ANALOG_NOW) |
|
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) |
|