25 #ifndef INCLUDED_ClientInterfaceFactory_h_GUID_B5A11486_6B0F_4284_D9E9_4A15C409742D 26 #define INCLUDED_ClientInterfaceFactory_h_GUID_B5A11486_6B0F_4284_D9E9_4A15C409742D 31 #include <osvr/Common/Export.h> 46 std::function<ClientInterfacePtr(ClientContext &, const char[])>;
54 #endif // INCLUDED_ClientInterfaceFactory_h_GUID_B5A11486_6B0F_4284_D9E9_4A15C409742D Handles spatial transformations.
Definition: SerializationTraitExample_Complicated.h:40
The main namespace for all C++ elements of the framework, internal and external.
Definition: namespace_osvr.dox:3
std::function< ClientInterfacePtr(ClientContext &, const char[])> ClientInterfaceFactory
A factory function type taking the client context and path, and returning a ClientInterfacePtr.
Definition: ClientInterfaceFactory.h:46
ClientInterfaceFactory getStandardClientInterfaceFactory()
Returns a client interface factory suitable for standard client use.
Definition: ClientInterfaceFactory.cpp:45