14 #ifndef VRPNDIALDEVICE_H 15 #define VRPNDIALDEVICE_H 45 static void init_type() {
46 ClientDialDevice::init_type();
48 ClientDialDevice::get_class_type());
51 return get_class_type();
53 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
VrpnDial * get_vrpn_dial() const
Returns a pointer to the particular VrpnDial this device gets its data from.
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.
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...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
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.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.