OSVR-Core  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
LocomotionInterfaceC.h File Reference

Header. More...

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

Detailed Description

Header.

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

Definition in file LocomotionInterfaceC.h.