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