vrpn
07.33
Virtual Reality Peripheral Network
|
#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().
Referenced by vrpn_RedundantRemote::enable().
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().
Referenced by vrpn_RedundantRemote::set().
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().
Referenced by vrpn_RedundantController::register_types(), and vrpn_RedundantRemote::register_types().
vrpn_int32 vrpn_RedundantController_Protocol::d_enable_type |
Definition at line 89 of file vrpn_RedundantTransmission.h.
Referenced by vrpn_RedundantRemote::enable(), register_types(), and vrpn_RedundantController::vrpn_RedundantController().
vrpn_int32 vrpn_RedundantController_Protocol::d_set_type |
Definition at line 88 of file vrpn_RedundantTransmission.h.
Referenced by register_types(), vrpn_RedundantRemote::set(), and vrpn_RedundantController::vrpn_RedundantController().