#include <vrpn_RedundantTransmission.h>
Public Member Functions | |
| char * | encode_set (int *len, vrpn_uint32 num, timeval interval) |
| void | decode_set (const char **buf, vrpn_uint32 *num, timeval *interval) |
| char * | encode_enable (int *len, vrpn_bool) |
| void | decode_enable (const char **buf, vrpn_bool *) |
| void | register_types (vrpn_Connection *) |
Public Attributes | |
| vrpn_int32 | d_set_type |
| vrpn_int32 | d_enable_type |
Definition at line 78 of file vrpn_RedundantTransmission.h.
| void vrpn_RedundantController_Protocol::decode_enable | ( | const char ** | buf, |
| vrpn_bool * | on ) |
Definition at line 269 of file vrpn_RedundantTransmission.C.
References vrpn_unbuffer().
Referenced by vrpn_RedundantController::handle_enable().

| void vrpn_RedundantController_Protocol::decode_set | ( | const char ** | buf, |
| vrpn_uint32 * | num, | ||
| timeval * | interval ) |
Definition at line 240 of file vrpn_RedundantTransmission.C.
References vrpn_unbuffer().
Referenced by vrpn_RedundantController::handle_set().

| char * vrpn_RedundantController_Protocol::encode_enable | ( | int * | len, |
| vrpn_bool | on ) |
Definition at line 248 of file vrpn_RedundantTransmission.C.
References vrpn_buffer().

| char * vrpn_RedundantController_Protocol::encode_set | ( | int * | len, |
| vrpn_uint32 | num, | ||
| timeval | interval ) |
Definition at line 217 of file vrpn_RedundantTransmission.C.
References vrpn_buffer().

| void vrpn_RedundantController_Protocol::register_types | ( | vrpn_Connection * | c | ) |
Definition at line 275 of file vrpn_RedundantTransmission.C.
References d_enable_type, d_set_type, and vrpn_Connection::register_message_type().

| vrpn_int32 vrpn_RedundantController_Protocol::d_enable_type |
Definition at line 89 of file vrpn_RedundantTransmission.h.
Referenced by register_types().
| vrpn_int32 vrpn_RedundantController_Protocol::d_set_type |
Definition at line 88 of file vrpn_RedundantTransmission.h.
Referenced by register_types().