#include <P_VRPNTracker.h>
Inheritance diagram for VRPNTracker:
Public Methods | |
VRPNTracker () | |
~VRPNTracker () | |
const char * | device_name () const |
Device name; must be unique to other VMDTracker subclasses. More... | |
virtual VMDTracker * | clone () |
virtual int | alive () |
virtual void | update () |
Protected Methods | |
virtual int | do_start (const SensorConfig *) |
Do device-specific configuration. Return success. More... |
Definition at line 41 of file P_VRPNTracker.h.
|
Definition at line 60 of file P_VRPNTracker.C. References NULL, VMDTracker::orient, VRPNTrackerUserData::orient, VMDTracker::pos, and VRPNTrackerUserData::pos. |
|
Definition at line 85 of file P_VRPNTracker.C. |
|
Implements VMDTracker. Definition at line 59 of file P_VRPNTracker.h. Referenced by update. |
|
Implements VMDTracker. Definition at line 57 of file P_VRPNTracker.h. |
|
Device name; must be unique to other VMDTracker subclasses.
Implements VMDTracker. Definition at line 56 of file P_VRPNTracker.h. |
|
Do device-specific configuration. Return success.
Reimplemented from VMDTracker. Definition at line 68 of file P_VRPNTracker.C. References SensorConfig::getsensors, handle_vrpn_tracker, SensorConfig::have_one_sensor, and SensorConfig::make_vrpn_address. |
|
Implements VMDTracker. Definition at line 89 of file P_VRPNTracker.C. References alive, Matrix4::identity, VMDTracker::moveto, and VMDTracker::orient. |