15 #include "vrpnTrackerDevice.h"
16 #include "vrpnClient.h"
26 VrpnTrackerDevice(
VrpnClient *client,
const string &device_name,
27 int sensor, VrpnTrackerDevice::DataType data_type,
31 _data_type(data_type),
32 _vrpn_tracker(vrpn_tracker)
42 ~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.
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.