OSVR-Core
Typedefs
PluginCallbackTypesC.h File Reference

Header declaring plugin callback types. More...

#include <osvr/Util/ReturnCodesC.h>
#include <osvr/Util/PluginRegContextC.h>

Go to the source code of this file.

Typedefs

typedef void(* OSVR_PluginDataDeleteCallback) (void *pluginData)
 Function type of a Plugin Data Delete callback.
 
typedef OSVR_ReturnCode(* OSVR_HardwareDetectCallback) (OSVR_PluginRegContext ctx, void *userData)
 Function type of a Hardware Detect callback.
 
typedef OSVR_ReturnCode(* OSVR_DriverInstantiationCallback) (OSVR_PluginRegContext ctx, const char *params, void *userData)
 Function type of a driver instantiation callback.
 

Detailed Description

Header declaring plugin callback types.

Must be c-safe!

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