OSVR-Core
Macros
InterfaceCallbackC.h File Reference

Header. More...

#include <osvr/ClientKit/Export.h>
#include <osvr/Util/APIBaseC.h>
#include <osvr/Util/ReturnCodesC.h>
#include <osvr/Util/AnnotationMacrosC.h>
#include <osvr/Util/ClientOpaqueTypesC.h>
#include <osvr/Util/ClientCallbackTypesC.h>

Go to the source code of this file.

Macros

#define OSVR_INTERFACE_CALLBACK_METHOD(TYPE)
 

Detailed Description

Header.

Must be c-safe!

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

Macro Definition Documentation

§ OSVR_INTERFACE_CALLBACK_METHOD

#define OSVR_INTERFACE_CALLBACK_METHOD (   TYPE)
Value:
\
OSVR_CLIENTKIT_EXPORT OSVR_ReturnCode osvrRegister##TYPE##Callback( \
OSVR_ClientInterface iface, OSVR_##TYPE##Callback cb, void *userdata);
Definition: ClientInterface.h:49