MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / DirectionRemoteFactory

Method DirectionRemoteFactory

src/osvr/Client/DirectionRemoteFactory.cpp:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 };
101
102 DirectionRemoteFactory::DirectionRemoteFactory(
103 VRPNConnectionCollection const &conns)
104 : m_conns(conns) {}
105
106 shared_ptr<RemoteHandler> DirectionRemoteFactory::
107 operator()(common::OriginalSource const &source,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected