|
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) |
|