OSVR-Core
|
Header declaring osvr::server::Server. More...
#include <osvr/Server/Export.h>
#include <osvr/Server/ServerPtr.h>
#include <osvr/Connection/ConnectionPtr.h>
#include <osvr/Common/PathElementTypes_fwd.h>
#include <osvr/Util/UniquePtr.h>
#include <boost/noncopyable.hpp>
#include <boost/optional.hpp>
#include <string>
#include <functional>
#include <stdexcept>
Go to the source code of this file.
Classes | |
struct | osvr::server::ServerCreationFailure |
class | osvr::server::Server |
Class handling a run-loop with a registration context and connection. More... | |
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::server | |
Server functionality. | |
Typedefs | |
typedef std::function< void()> | osvr::server::MainloopMethod |
A function that can be registered by the server app to run in each mainloop iteration. More... | |
Header declaring osvr::server::Server.