vrpn
07.33
Virtual Reality Peripheral Network
|
This is the complete list of members for vrpn_Endpoint, including all inherited members.
clear_other_senders_and_types(void) | vrpn_Endpoint | |
clearBuffers(void)=0 | vrpn_Endpoint | pure virtual |
d_connectionCounter | vrpn_Endpoint | protected |
d_dispatcher | vrpn_Endpoint | protected |
d_inLog | vrpn_Endpoint | |
d_outLog | vrpn_Endpoint | |
d_parent | vrpn_Endpoint | protected |
d_remoteInLogName | vrpn_Endpoint | |
d_remoteLogMode | vrpn_Endpoint | |
d_remoteOutLogName | vrpn_Endpoint | |
d_senders | vrpn_Endpoint | protected |
d_types | vrpn_Endpoint | protected |
dispatch(vrpn_int32 type, vrpn_int32 sender, timeval time, vrpn_uint32 payload_len, char *bufptr) | vrpn_Endpoint | protectedvirtual |
doing_okay(void) const =0 | vrpn_Endpoint | pure virtual |
drop_connection(void)=0 | vrpn_Endpoint | pure virtual |
finish_new_connection_setup(void)=0 | vrpn_Endpoint | pure virtual |
getConnection() | vrpn_Endpoint | inline |
handle_sender_message(void *userdata, vrpn_HANDLERPARAM p) | vrpn_Endpoint | static |
handle_type_message(void *userdata, vrpn_HANDLERPARAM p) | vrpn_Endpoint | static |
init(void) | vrpn_Endpoint | |
local_sender_id(vrpn_int32 remote_sender) const | vrpn_Endpoint | |
local_type_id(vrpn_int32 remote_type) const | vrpn_Endpoint | |
mainloop(timeval *timeout)=0 | vrpn_Endpoint | pure virtual |
marshall_message(char *outbuf, vrpn_uint32 outbuf_size, vrpn_uint32 initial_out, vrpn_uint32 len, struct timeval time, vrpn_int32 type, vrpn_int32 sender, const char *buffer, vrpn_uint32 sequenceNumber) | vrpn_Endpoint | protected |
newLocalSender(const char *name, vrpn_int32 which) | vrpn_Endpoint | |
newLocalType(const char *name, vrpn_int32 which) | vrpn_Endpoint | |
newRemoteSender(cName sender_name, vrpn_int32 remote_id, vrpn_int32 local_id) | vrpn_Endpoint | |
newRemoteType(cName type_name, vrpn_int32 remote_id, vrpn_int32 local_id) | vrpn_Endpoint | |
openLogs(void) | vrpn_Endpoint | |
pack_log_description(void) | vrpn_Endpoint | |
pack_message(vrpn_uint32 len, struct timeval time, vrpn_int32 type, vrpn_int32 sender, const char *buffer, vrpn_uint32 class_of_service)=0 | vrpn_Endpoint | pure virtual |
pack_sender_description(vrpn_int32 which) | vrpn_Endpoint | |
pack_type_description(vrpn_int32 which) | vrpn_Endpoint | |
poll_for_cookie(const timeval *timeout=NULL)=0 | vrpn_Endpoint | pure virtual |
rhostname | vrpn_Endpoint | |
send_pending_reports(void)=0 | vrpn_Endpoint | pure virtual |
setConnection(vrpn_Connection *conn) | vrpn_Endpoint | inline |
setLogNames(const char *inName, const char *outName) | vrpn_Endpoint | |
setup_new_connection(void)=0 | vrpn_Endpoint | pure virtual |
status | vrpn_Endpoint | |
tryToMarshall(char *outbuf, vrpn_int32 &buflen, vrpn_int32 &numOut, vrpn_uint32 len, timeval time, vrpn_int32 type, vrpn_int32 sender, const char *buffer, vrpn_uint32 classOfService) | vrpn_Endpoint | protected |
vrpn_Endpoint(vrpn_TypeDispatcher *dispatcher, vrpn_int32 *connectedEndpointCounter) | vrpn_Endpoint | |
~vrpn_Endpoint(void) | vrpn_Endpoint | virtual |