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> #define OSVR_OUT_PTR
Indicates a required pointer (non-null) function parameter that serves only as output.
Definition: AnnotationMacrosC.h:151
OSVR_ANALYSISPLUGINKIT_EXPORT OSVR_ReturnCode osvrAnalysisSyncInit(OSVR_IN_PTR OSVR_PluginRegContext ctx, OSVR_IN_STRZ const char *name, OSVR_IN_PTR OSVR_DeviceInitOptions options, OSVR_OUT_PTR OSVR_DeviceToken *device, OSVR_OUT_PTR OSVR_ClientContext *clientCtx) OSVR_FUNC_NONNULL((1
Initialize a synchronous analysis device token with the options specified, also returning the associa...
#define OSVR_IN_STRZ
Indicates a null-terminated string function parameter that serves only as input.
Definition: AnnotationMacrosC.h:124
Header declaring a type and values for simple C return codes.
#define OSVR_IN_PTR
Indicates a required pointer (non-null) function parameter that serves only as input.
Definition: AnnotationMacrosC.h:108
A DeviceToken connects the generic device interaction code in PluginKit's C API with the workings of ...
Definition: DeviceToken.h:56
Header declaring opaque types used by Client and ClientKit.
#define OSVR_FUNC_NONNULL(X)
Indicates the parameter(s) that must be non-null.
Definition: AnnotationMacrosC.h:202
Structure used internally to construct the desired type of device.
Definition: DeviceInitObject.h:59
Header providing basic C macros for defining API headers.
Definition: ClientContext.h:50
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...
Definition: PluginRegContextC.h:47