vrpn
07.33
Virtual Reality Peripheral Network
|
Go to the documentation of this file.
24 #if defined(VRPN_USE_HID)
38 struct timeval _timestamp;
virtual void decodePacket(size_t bytes, vrpn_uint8 *buffer)=0
virtual void mainloop()=0
Called once through each main loop iteration to handle updates. Remote object mainloop() should call ...
virtual void mainloop()=0
Called once through each main loop iteration to handle updates. Remote object mainloop() should call ...
virtual ~vrpn_DreamCheeky_Drum_Kit()
Generic connection class not specific to the transport mechanism.
virtual void on_data_received(size_t bytes, vrpn_uint8 *buffer)=0
Derived class reimplements this callback.
vrpn_HidAcceptor * _filter
int register_types(void)
Register the types of messages this device sends/receives. Return 0 on success, -1 on fail.
Class from which all user-level (and other) classes that communicate with vrpn_Connections should der...