OSVR-Core
|
Header. More...
#include <osvr/Common/CommonComponent_fwd.h>
#include <osvr/Common/CreateDevice.h>
#include <osvr/Common/LowLatency.h>
#include <osvr/Common/PathTree.h>
#include <osvr/Common/SystemComponent_fwd.h>
#include <osvr/Connection/ConnectionPtr.h>
#include <osvr/Connection/DeviceToken.h>
#include <osvr/Connection/MessageTypePtr.h>
#include <osvr/PluginHost/RegistrationContext_fwd.h>
#include <osvr/Server/Server.h>
#include <osvr/Util/Flag.h>
#include <osvr/Util/Log.h>
#include <osvr/Util/SharedPtr.h>
#include <osvr/Util/UniquePtr.h>
#include <boost/noncopyable.hpp>
#include <boost/optional.hpp>
#include <boost/thread.hpp>
#include <json/value.h>
#include <util/RunLoopManagerBoost.h>
#include <vrpn_Connection.h>
#include <string>
Go to the source code of this file.
Classes | |
class | osvr::server::ServerImpl |
Private implementation class for Server. More... | |
class | osvr::server::TemporaryThreadIDChanger |
Class to temporarily (in RAII style) change a thread ID variable to the current thread, then back again when we leave scope. More... | |
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::server | |
Server functionality. | |
Header.