Implementation. More...
#include <osvr/PluginKit/Location2DInterfaceC.h>
#include <osvr/Connection/DeviceInitObject.h>
#include <osvr/Connection/DeviceToken.h>
#include <osvr/PluginHost/PluginSpecificRegistrationContext.h>
#include <osvr/Common/Location2DComponent.h>
#include "HandleNullContext.h"
#include <osvr/Util/Verbosity.h>
#include <osvr/Connection/DeviceInterfaceBase.h>
Go to the source code of this file.
Classes | |
struct | OSVR_Location2D_DeviceInterfaceObject |
Functions | |
OSVR_ReturnCode | osvrDeviceLocation2DConfigure (OSVR_DeviceInitOptions opts, OSVR_Location2D_DeviceInterface *iface, OSVR_ChannelCount numSensors) |
Specify that your device will implement the Location2D interface. More... | |
OSVR_ReturnCode | osvrDeviceLocation2DReportData (OSVR_Location2D_DeviceInterface iface, OSVR_Location2DState locationData, OSVR_ChannelCount sensor, OSVR_TimeValue const *timestamp) |
Report data for a specific sensor. More... | |