46 virtual vrpn_bool start_remote_forwarding(vrpn_int32 remote_port) = 0;
51 virtual void forward_message_type(vrpn_int32 remote_port,
52 const char *service_name,
53 const char *message_type) = 0;
60 vrpn_int32 d_start_forwarding_type;
61 vrpn_int32 d_forward_type;
63 static char *encode_start_remote_forwarding(vrpn_int32 *length,
64 vrpn_int32 remote_port);
65 static char *encode_forward_message_type(vrpn_int32 *length,
66 vrpn_int32 remote_port,
67 const char *service_name,
68 const char *message_type);
70 static void decode_start_remote_forwarding(
const char *buffer,
71 vrpn_int32 *remote_port);
72 static void decode_forward_message_type(
const char *buffer,
73 vrpn_int32 *remote_port,