|
vrpn
07.33
Virtual Reality Peripheral Network
|
#include <vrpn_Forwarder.h>
Public Member Functions | |
| vrpn_StreamForwarder (vrpn_Connection *source, const char *sourceServiceName, vrpn_Connection *destination, const char *destinationServiceName) | |
| ~vrpn_StreamForwarder (void) | |
| int | forward (const char *sourceName, const char *destinationName, vrpn_uint32 classOfService=vrpn_CONNECTION_RELIABLE) |
| int | unforward (const char *sourceName, const char *destinationName, vrpn_uint32 classOfService=vrpn_CONNECTION_RELIABLE) |
Definition at line 83 of file vrpn_Forwarder.h.
| vrpn_StreamForwarder::vrpn_StreamForwarder | ( | vrpn_Connection * | source, |
| const char * | sourceServiceName, | ||
| vrpn_Connection * | destination, | ||
| const char * | destinationServiceName | ||
| ) |
Definition at line 167 of file vrpn_Forwarder.C.
References vrpn_Connection::addReference().

| vrpn_StreamForwarder::~vrpn_StreamForwarder | ( | void | ) |
Definition at line 186 of file vrpn_Forwarder.C.
References vrpn_Connection::removeReference(), and vrpn_Connection::unregister_handler().

| int vrpn_StreamForwarder::forward | ( | const char * | sourceName, |
| const char * | destinationName, | ||
| vrpn_uint32 | classOfService = vrpn_CONNECTION_RELIABLE |
||
| ) |
Definition at line 210 of file vrpn_Forwarder.C.
References vrpn_Connection::register_handler().

| int vrpn_StreamForwarder::unforward | ( | const char * | sourceName, |
| const char * | destinationName, | ||
| vrpn_uint32 | classOfService = vrpn_CONNECTION_RELIABLE |
||
| ) |
Definition at line 230 of file vrpn_Forwarder.C.
References vrpn_Connection::register_message_type().
