OSVR-Core  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
PluginCallbackTypesC.h File Reference

Header declaring plugin callback types. More...

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

Definition in file PluginCallbackTypesC.h.