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

Implementation. More...

Go to the source code of this file.

Classes

struct  OSVR_AnalogDeviceInterfaceObject
 

Functions

OSVR_ReturnCode osvrDeviceAnalogConfigure (OSVR_DeviceInitOptions opts, OSVR_AnalogDeviceInterface *iface, OSVR_ChannelCount numChan)
 Specify that your device will implement the Analog interface. More...
 
OSVR_ReturnCode osvrDeviceAnalogSetValue (OSVR_DeviceToken dev, OSVR_AnalogDeviceInterface iface, OSVR_AnalogState val, OSVR_ChannelCount chan)
 Report the value of a single channel.
 
OSVR_ReturnCode osvrDeviceAnalogSetValueTimestamped (OSVR_DeviceToken, OSVR_AnalogDeviceInterface iface, OSVR_AnalogState val, OSVR_ChannelCount chan, OSVR_TimeValue const *timestamp)
 Report the value of a single channel with the supplied timestamp.
 
OSVR_ReturnCode osvrDeviceAnalogSetValues (OSVR_DeviceToken dev, OSVR_AnalogDeviceInterface iface, OSVR_AnalogState val[], OSVR_ChannelCount chans)
 Report the value of multiple channels.
 
OSVR_ReturnCode osvrDeviceAnalogSetValuesTimestamped (OSVR_DeviceToken, OSVR_AnalogDeviceInterface iface, OSVR_AnalogState val[], OSVR_ChannelCount chans, OSVR_TimeValue const *timestamp)
 Report the value of multiple channels with the supplied timestamp.
 

Detailed Description

Implementation.

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

Definition in file AnalogInterfaceC.cpp.