14 #ifndef VRPNANALOGDEVICE_H 15 #define VRPNANALOGDEVICE_H 45 static void init_type() {
46 ClientAnalogDevice::init_type();
48 ClientAnalogDevice::get_class_type());
51 return get_class_type();
53 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
A specific ClientBase that connects to a VRPN server and records information on the connected VRPN de...
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
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...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
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.