OSVR Framework (Internal Development Docs)  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ClientInterfaceFactory.h File Reference

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.
 

Detailed Description

Header.

Date
2015
Author
Sensics, Inc. http://sensics.com/osvr

Definition in file ClientInterfaceFactory.h.