OSVR-Core
|
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_SkeletonDeviceInterfaceObject * | OSVR_SkeletonDeviceInterface |
Opaque type used in conjunction with a device token to send data on Skeleton Interface. | |
Functions | |
OSVR_PLUGINKIT_EXPORT OSVR_ReturnCode | osvrDeviceSkeletonConfigure (OSVR_INOUT_PTR OSVR_DeviceInitOptions opts, OSVR_OUT_PTR OSVR_SkeletonDeviceInterface *iface, OSVR_IN_READS(len) const char *jsonDescriptor) OSVR_FUNC_NONNULL((1 |
Specify that your device will implement the Skeleton interface. More... | |
OSVR_PLUGINKIT_EXPORT OSVR_ReturnCode OSVR_PLUGINKIT_EXPORT OSVR_ReturnCode | osvrDeviceSkeletonComplete (OSVR_IN_PTR OSVR_SkeletonDeviceInterface iface, OSVR_IN OSVR_ChannelCount sensor, OSVR_IN_PTR OSVR_TimeValue const *timestamp) OSVR_FUNC_NONNULL((1 |
Report that transmission of tracker reports for given skeleton sensor is complete. More... | |
OSVR_PLUGINKIT_EXPORT OSVR_ReturnCode OSVR_PLUGINKIT_EXPORT OSVR_ReturnCode OSVR_PLUGINKIT_EXPORT OSVR_ReturnCode | osvrDeviceSkeletonUpdateSpec (OSVR_IN_PTR OSVR_SkeletonDeviceInterface iface, OSVR_IN_READS(len) const char *spec) OSVR_FUNC_NONNULL((1 |
If device detects another skeleton and/or change in existing articulation specification, then it needs to update the spec with the client as well. More... | |
Header.