OSVR Framework (Internal Development Docs)  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
osvr::connection::TrackerServerInterface Class Referenceabstract

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

#include <osvr/Connection/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.

Definition at line 46 of file TrackerServerInterface.h.


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