vrpn 07.35
Virtual Reality Peripheral Network
 
Loading...
Searching...
No Matches
vrpn_RedundantController_Protocol Struct Reference

#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
 

Detailed Description

Definition at line 78 of file vrpn_RedundantTransmission.h.

Member Function Documentation

◆ decode_enable()

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().

Here is the call graph for this function:

◆ decode_set()

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().

Here is the call graph for this function:

◆ encode_enable()

char * vrpn_RedundantController_Protocol::encode_enable ( int * len,
vrpn_bool on )

Definition at line 248 of file vrpn_RedundantTransmission.C.

References vrpn_buffer().

Here is the call graph for this function:

◆ encode_set()

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().

Here is the call graph for this function:

◆ register_types()

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().

Here is the call graph for this function:

Member Data Documentation

◆ d_enable_type

vrpn_int32 vrpn_RedundantController_Protocol::d_enable_type

Definition at line 89 of file vrpn_RedundantTransmission.h.

Referenced by register_types().

◆ d_set_type

vrpn_int32 vrpn_RedundantController_Protocol::d_set_type

Definition at line 88 of file vrpn_RedundantTransmission.h.

Referenced by register_types().


The documentation for this struct was generated from the following files: