OSVR-Core
|
Header. More...
#include <osvr/Connection/DeviceTokenPtr.h>
#include <osvr/Connection/MessageTypePtr.h>
#include <osvr/Connection/Export.h>
#include <osvr/Connection/DeviceInitObject_fwd.h>
#include <osvr/Connection/ConnectionPtr.h>
#include <osvr/Connection/ConnectionDevicePtr.h>
#include <osvr/Util/DeviceCallbackTypesC.h>
#include <osvr/Util/TimeValue.h>
#include <osvr/Util/GuardPtr.h>
#include <osvr/Connection/ServerInterfaceList.h>
#include <osvr/Util/KeyedOwnershipContainer.h>
#include <boost/noncopyable.hpp>
#include <string>
#include <functional>
Go to the source code of this file.
Classes | |
struct | OSVR_DeviceTokenObject |
A DeviceToken connects the generic device interaction code in PluginKit's C API with the workings of an actual ConnectionDevice. More... | |
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::connection | |
Messaging transport and device communication functionality. | |
Typedefs | |
typedef std::function< OSVR_ReturnCode()> | osvr::connection::DeviceUpdateCallback |
Header.