OSVR-Core
|
Interface for external access to generating tracker reports. More...
#include <TrackerServerInterface.h>
Public Member Functions | |
virtual void | sendReport (OSVR_PositionState const &val, OSVR_ChannelCount sensor, util::time::TimeValue const ×tamp)=0 |
virtual void | sendReport (OSVR_OrientationState const &val, OSVR_ChannelCount sensor, util::time::TimeValue const ×tamp)=0 |
virtual void | sendReport (OSVR_PoseState const &val, OSVR_ChannelCount sensor, util::time::TimeValue const ×tamp)=0 |
virtual void | sendVelReport (OSVR_VelocityState const &val, OSVR_ChannelCount sensor, util::time::TimeValue const ×tamp)=0 |
virtual void | sendVelReport (OSVR_LinearVelocityState const &val, OSVR_ChannelCount sensor, util::time::TimeValue const ×tamp)=0 |
virtual void | sendVelReport (OSVR_AngularVelocityState const &val, OSVR_ChannelCount sensor, util::time::TimeValue const ×tamp)=0 |
virtual void | sendAccelReport (OSVR_AccelerationState const &val, OSVR_ChannelCount sensor, util::time::TimeValue const ×tamp)=0 |
virtual void | sendAccelReport (OSVR_LinearAccelerationState const &val, OSVR_ChannelCount sensor, util::time::TimeValue const ×tamp)=0 |
virtual void | sendAccelReport (OSVR_AngularAccelerationState const &val, OSVR_ChannelCount sensor, util::time::TimeValue const ×tamp)=0 |
Interface for external access to generating tracker reports.
Does not inherit from BaseServerInterface because it wraps an existing VRPN class.