23 VrpnTrackerDevice(
VrpnClient *client,
const std::string &device_name,
24 int sensor, VrpnTrackerDevice::DataType data_type,
28 _data_type(data_type),
29 _vrpn_tracker(vrpn_tracker)
37 ~VrpnTrackerDevice() {
A specific ClientBase that connects to a VRPN server and records information on the connected VRPN de...
void disconnect()
Disconnects the ClientDevice from its ClientBase object.
This is the actual interface to a particular VRPN tracker object, and all of its sensors.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
A device, attached to the ClientBase by a TrackerNode, that records the data from a single tracker de...
TypeHandle is the identifier used to differentiate C++ class types.