29 #ifndef INCLUDED_AnalysisPluginKitC_h_GUID_A33681AB_B02B_4DA1_83EF_4E4EB265E387
30 #define INCLUDED_AnalysisPluginKitC_h_GUID_A33681AB_B02B_4DA1_83EF_4E4EB265E387
33 #include <osvr/AnalysisPluginKit/Export.h>
73 OSVR_FUNC_NONNULL((1, 2, 3, 4, 5));
Header declaring a type and values for simple C return codes.
Header declaring opaque types used by Client and ClientKit.
struct OSVR_DeviceTokenObject * OSVR_DeviceToken
Opaque type of a registered device token within the core library.
struct OSVR_DeviceInitObject * OSVR_DeviceInitOptions
Opaque type of a device initialization object.
struct OSVR_ClientContextObject * OSVR_ClientContext
Opaque handle that should be retained by your application. You need only and exactly one...
Header providing basic C macros for defining API headers.
OSVR_EXTERN_C_BEGIN typedef void * OSVR_PluginRegContext
A context pointer passed in to your plugin's entry point and other locations of control flow transfer...
OSVR_ANALYSISPLUGINKIT_EXPORT OSVR_ReturnCode osvrAnalysisSyncInit(OSVR_PluginRegContext ctx, const char *name, OSVR_DeviceInitOptions options, OSVR_DeviceToken *device, OSVR_ClientContext *clientCtx)
Initialize a synchronous analysis device token with the options specified, also returning the associa...