Public 成员函数 | |
| vrpn_Forwarder_Server (vrpn_Connection *) | |
| virtual void | mainloop (void) |
| virtual vrpn_bool | start_remote_forwarding (vrpn_int32 remote_port) |
| virtual void | forward_message_type (vrpn_int32 remote_port, const char *service_name, const char *message_type) |
| Public 成员函数 继承自 vrpn_Forwarder_Brain | |
| vrpn_Forwarder_Brain (vrpn_Connection *) | |
Protected 属性 | |
| vrpn_Forwarder_List * | d_myForwarders |
| Protected 属性 继承自 vrpn_Forwarder_Brain | |
| vrpn_Connection * | d_connection |
| vrpn_int32 | d_myId |
| vrpn_int32 | d_start_forwarding_type |
| vrpn_int32 | d_forward_type |
额外继承的成员函数 | |
| 静态 Protected 成员函数 继承自 vrpn_Forwarder_Brain | |
| static char * | encode_start_remote_forwarding (vrpn_int32 *length, vrpn_int32 remote_port) |
| static char * | encode_forward_message_type (vrpn_int32 *length, vrpn_int32 remote_port, const char *service_name, const char *message_type) |
| static void | decode_start_remote_forwarding (const char *buffer, vrpn_int32 *remote_port) |
| static void | decode_forward_message_type (const char *buffer, vrpn_int32 *remote_port, char **service_name, char **message_type) |
|
virtual |
实现了 vrpn_Forwarder_Brain.
|
virtual |
实现了 vrpn_Forwarder_Brain.