OSVR-Core
Classes | Functions
TrackerInterfaceC.cpp File Reference

Implementation. More...

#include <osvr/PluginKit/TrackerInterfaceC.h>
#include <osvr/Connection/TrackerServerInterface.h>
#include <osvr/Connection/DeviceToken.h>
#include <osvr/Connection/DeviceInitObject.h>
#include <osvr/Connection/DeviceInterfaceBase.h>
#include <osvr/PluginHost/PluginSpecificRegistrationContext.h>
#include "HandleNullContext.h"
#include <osvr/Util/PointerWrapper.h>
#include "UseSendGuard.h"

Classes

struct  OSVR_TrackerDeviceInterfaceObject
 

Functions

OSVR_ReturnCode osvrDeviceTrackerConfigure (OSVR_INOUT_PTR OSVR_DeviceInitOptions opts, OSVR_OUT_PTR OSVR_TrackerDeviceInterface *iface)
 
OSVR_ReturnCode osvrDeviceTrackerSendPose (OSVR_IN_PTR OSVR_DeviceToken dev, OSVR_IN_PTR OSVR_TrackerDeviceInterface iface, OSVR_IN_PTR OSVR_PoseState const *val, OSVR_IN OSVR_ChannelCount sensor)
 
OSVR_ReturnCode osvrDeviceTrackerSendPoseTimestamped (OSVR_IN_PTR OSVR_DeviceToken dev, OSVR_IN_PTR OSVR_TrackerDeviceInterface iface, OSVR_IN_PTR OSVR_PoseState const *val, OSVR_IN OSVR_ChannelCount sensor, OSVR_IN_PTR OSVR_TimeValue const *timestamp)
 
OSVR_ReturnCode osvrDeviceTrackerSendPosition (OSVR_IN_PTR OSVR_DeviceToken dev, OSVR_IN_PTR OSVR_TrackerDeviceInterface iface, OSVR_IN_PTR OSVR_PositionState const *val, OSVR_IN OSVR_ChannelCount sensor)
 
OSVR_ReturnCode osvrDeviceTrackerSendPositionTimestamped (OSVR_IN_PTR OSVR_DeviceToken dev, OSVR_IN_PTR OSVR_TrackerDeviceInterface iface, OSVR_IN_PTR OSVR_PositionState const *val, OSVR_IN OSVR_ChannelCount sensor, OSVR_IN_PTR OSVR_TimeValue const *timestamp)
 
OSVR_ReturnCode osvrDeviceTrackerSendOrientation (OSVR_IN_PTR OSVR_DeviceToken dev, OSVR_IN_PTR OSVR_TrackerDeviceInterface iface, OSVR_IN_PTR OSVR_OrientationState const *val, OSVR_IN OSVR_ChannelCount sensor)
 
OSVR_ReturnCode osvrDeviceTrackerSendOrientationTimestamped (OSVR_IN_PTR OSVR_DeviceToken dev, OSVR_IN_PTR OSVR_TrackerDeviceInterface iface, OSVR_IN_PTR OSVR_OrientationState const *val, OSVR_IN OSVR_ChannelCount sensor, OSVR_IN_PTR OSVR_TimeValue const *timestamp)
 
OSVR_ReturnCode osvrDeviceTrackerSendVelocityTimestamped (OSVR_IN_PTR OSVR_DeviceToken dev, OSVR_IN_PTR OSVR_TrackerDeviceInterface iface, OSVR_IN_PTR OSVR_VelocityState const *val, OSVR_IN OSVR_ChannelCount sensor, OSVR_IN_PTR OSVR_TimeValue const *timestamp)
 
OSVR_ReturnCode osvrDeviceTrackerSendLinearVelocityTimestamped (OSVR_IN_PTR OSVR_DeviceToken dev, OSVR_IN_PTR OSVR_TrackerDeviceInterface iface, OSVR_IN_PTR OSVR_LinearVelocityState const *val, OSVR_IN OSVR_ChannelCount sensor, OSVR_IN_PTR OSVR_TimeValue const *timestamp)
 
OSVR_ReturnCode osvrDeviceTrackerSendAngularVelocityTimestamped (OSVR_IN_PTR OSVR_DeviceToken dev, OSVR_IN_PTR OSVR_TrackerDeviceInterface iface, OSVR_IN_PTR OSVR_AngularVelocityState const *val, OSVR_IN OSVR_ChannelCount sensor, OSVR_IN_PTR OSVR_TimeValue const *timestamp)
 
OSVR_ReturnCode osvrDeviceTrackerSendAccelerationTimestamped (OSVR_IN_PTR OSVR_DeviceToken dev, OSVR_IN_PTR OSVR_TrackerDeviceInterface iface, OSVR_IN_PTR OSVR_AccelerationState const *val, OSVR_IN OSVR_ChannelCount sensor, OSVR_IN_PTR OSVR_TimeValue const *timestamp)
 
OSVR_ReturnCode osvrDeviceTrackerSendLinearAccelerationTimestamped (OSVR_IN_PTR OSVR_DeviceToken dev, OSVR_IN_PTR OSVR_TrackerDeviceInterface iface, OSVR_IN_PTR OSVR_LinearAccelerationState const *val, OSVR_IN OSVR_ChannelCount sensor, OSVR_IN_PTR OSVR_TimeValue const *timestamp)
 
OSVR_ReturnCode osvrDeviceTrackerSendAngularAccelerationTimestamped (OSVR_IN_PTR OSVR_DeviceToken dev, OSVR_IN_PTR OSVR_TrackerDeviceInterface iface, OSVR_IN_PTR OSVR_AngularAccelerationState const *val, OSVR_IN OSVR_ChannelCount sensor, OSVR_IN_PTR OSVR_TimeValue const *timestamp)
 

Detailed Description

Implementation.

Date
2014
Author
Sensics, Inc. http://sensics.com/osvr