![]() |
RflySimSDK v3.05
RflySimSDK说明文档
|
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) |
![]() | |
vrpn_Forwarder_Brain (vrpn_Connection *) | |
Protected 属性 | |
vrpn_Forwarder_List * | d_myForwarders |
![]() | |
vrpn_Connection * | d_connection |
vrpn_int32 | d_myId |
vrpn_int32 | d_start_forwarding_type |
vrpn_int32 | d_forward_type |
额外继承的成员函数 | |
![]() | |
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.