15 #ifndef VRPNDIALDEVICE_H
16 #define VRPNDIALDEVICE_H
18 #include "pandabase.h"
20 #include "clientDialDevice.h"
48 static void init_type() {
49 ClientDialDevice::init_type();
50 register_type(_type_handle,
"VrpnDialDevice",
51 ClientDialDevice::get_class_type());
54 return get_class_type();
56 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
64 #include "vrpnDialDevice.I"
A specific ClientBase that connects to a VRPN server and records information on the connected VRPN de...
VrpnDial * get_vrpn_dial() const
Returns a pointer to the particular VrpnDial this device gets its data from.
The Panda interface to a VRPN dial device.
A device, attached to the ClientBase by a DialNode, that records the data from a single named dial de...
This is the actual interface to a particular VRPN dial device, and all of its numbered dials...
TypeHandle is the identifier used to differentiate C++ class types.