Header. More...
#include <osvr/PluginKit/DeviceInterfaceC.h>#include <osvr/Util/ChannelCountC.h>#include <osvr/Util/ClientReportTypesC.h>Go to the source code of this file.
Typedefs | |
|
typedef struct OSVR_LocomotionDeviceInterfaceObject * | OSVR_LocomotionDeviceInterface |
| Opaque type used in conjunction with a device token to send data on Locomotion Interface. | |
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... | |