OSVR-Core
Public Member Functions | List of all members
osvr::connection::TrackerServerInterface Class Referenceabstract

Interface for external access to generating tracker reports. More...

#include <TrackerServerInterface.h>

Inheritance diagram for osvr::connection::TrackerServerInterface:
osvr::connection::VrpnTrackerServer

Public Member Functions

virtual void sendReport (OSVR_PositionState const &val, OSVR_ChannelCount sensor, util::time::TimeValue const &timestamp)=0
 
virtual void sendReport (OSVR_OrientationState const &val, OSVR_ChannelCount sensor, util::time::TimeValue const &timestamp)=0
 
virtual void sendReport (OSVR_PoseState const &val, OSVR_ChannelCount sensor, util::time::TimeValue const &timestamp)=0
 
virtual void sendVelReport (OSVR_VelocityState const &val, OSVR_ChannelCount sensor, util::time::TimeValue const &timestamp)=0
 
virtual void sendVelReport (OSVR_LinearVelocityState const &val, OSVR_ChannelCount sensor, util::time::TimeValue const &timestamp)=0
 
virtual void sendVelReport (OSVR_AngularVelocityState const &val, OSVR_ChannelCount sensor, util::time::TimeValue const &timestamp)=0
 
virtual void sendAccelReport (OSVR_AccelerationState const &val, OSVR_ChannelCount sensor, util::time::TimeValue const &timestamp)=0
 
virtual void sendAccelReport (OSVR_LinearAccelerationState const &val, OSVR_ChannelCount sensor, util::time::TimeValue const &timestamp)=0
 
virtual void sendAccelReport (OSVR_AngularAccelerationState const &val, OSVR_ChannelCount sensor, util::time::TimeValue const &timestamp)=0
 

Detailed Description

Interface for external access to generating tracker reports.

Does not inherit from BaseServerInterface because it wraps an existing VRPN class.


The documentation for this class was generated from the following file: