OSVR-Core
|
Header. More...
#include <osvr/Common/ClientInterfacePtr.h>
#include <osvr/Common/ClientContext_fwd.h>
#include <osvr/Common/Export.h>
#include <functional>
Go to the source code of this file.
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::common | |
Handles spatial transformations. | |
Typedefs | |
using | osvr::common::ClientInterfaceFactory = std::function< ClientInterfacePtr(ClientContext &, const char[])> |
A factory function type taking the client context and path, and returning a ClientInterfacePtr. More... | |
Functions | |
ClientInterfaceFactory | osvr::common::getStandardClientInterfaceFactory () |
Returns a client interface factory suitable for standard client use. More... | |
Header.