OSVR Framework (Internal Development Docs)  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
LocomotionInterfaceC.cpp File Reference

Implementation. More...

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

Detailed Description

Implementation.

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

Definition in file LocomotionInterfaceC.cpp.