Implementation. More...
#include <osvr/PluginKit/LocomotionInterfaceC.h>#include <osvr/Connection/DeviceToken.h>#include <osvr/Connection/DeviceInitObject.h>#include <osvr/PluginHost/PluginSpecificRegistrationContext.h>#include "HandleNullContext.h"#include <osvr/Util/PointerWrapper.h>#include <osvr/Common/LocomotionComponent.h>#include <osvr/Util/Verbosity.h>#include <osvr/Connection/DeviceInterfaceBase.h>Go to the source code of this file.
Classes | |
| struct | OSVR_LocomotionDeviceInterfaceObject |
Functions | |
| OSVR_ReturnCode | osvrDeviceLocomotionConfigure (OSVR_DeviceInitOptions opts, OSVR_LocomotionDeviceInterface *iface) |
| Specify that your device will implement the Locomotion interface. More... | |
| OSVR_ReturnCode | osvrDeviceLocomotionReportNaviVelocity (OSVR_LocomotionDeviceInterface iface, OSVR_NaviVelocityState naviVelocity, OSVR_ChannelCount sensor, OSVR_TimeValue const *timestamp) |
| Report velocity data for a specific sensor. More... | |
| OSVR_ReturnCode | osvrDeviceLocomotionReportNaviPosition (OSVR_LocomotionDeviceInterface iface, OSVR_NaviPositionState naviPosition, OSVR_ChannelCount sensor, OSVR_TimeValue const *timestamp) |
| Report position data for a specific sensor. More... | |