Header providing C++ interface wrappers around functionality in DeviceInterfaceC.h. More...
#include <osvr/PluginKit/DeviceInterfaceC.h>
#include <osvr/Util/TimeValue.h>
#include <stdexcept>
#include <vector>
#include <string>
Go to the source code of this file.
Classes | |
class | osvr::pluginkit::DeviceToken |
Wrapper class for OSVR_DeviceToken. More... | |
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::pluginkit | |
Contains C++ header-only wrappers for the PluginKit 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. | |
Functions | |
OSVR_MessageType | osvr::pluginkit::registerMessageType (OSVR_PluginRegContext ctx, const char *name) |
Register or recall a message type by name. More... | |
OSVR_MessageType | osvr::pluginkit::registerMessageType (OSVR_PluginRegContext ctx, std::string const &name) |
Header providing C++ interface wrappers around functionality in DeviceInterfaceC.h.
Definition in file DeviceInterface.h.