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 | |
< | |
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. The ClientContext will handle notifying its internals about the new interface before returning it. | |
Functions | |
ClientInterfaceFactory | osvr::common::getStandardClientInterfaceFactory () |
Returns a client interface factory suitable for standard client use. | |