OSVR Framework (Internal Development Docs)  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Interface.h File Reference

Header containing the inline implementation of Interface. More...

Go to the source code of this file.

Namespaces

 osvr
 <
 
 osvr::clientkit
 Contains C++ header-only wrappers for the ClientKit C API.Use of these wrappers is optional: they duplicate functionality found in the C API as they are implemented in headers on top of the C API. However, they also provide a much cleaner, low-boilerplate interface for the most common operations.
 

Macros

#define OSVR_X(TYPE)
 

Detailed Description

Header containing the inline implementation of Interface.

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

Definition in file Interface.h.

Macro Definition Documentation

#define OSVR_X (   TYPE)
Value:
inline void Interface::registerCallback(OSVR_##TYPE##Callback cb, \
void *userdata) { \
osvrRegister##TYPE##Callback(m_interface, cb, userdata); \
}

Definition at line 71 of file Interface.h.