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

Method TrackerRemoteFactory

src/osvr/Client/TrackerRemoteFactory.cpp:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 };
134
135 TrackerRemoteFactory::TrackerRemoteFactory(
136 VRPNConnectionCollection const &conns)
137 : m_conns(conns) {}
138
139 shared_ptr<RemoteHandler> TrackerRemoteFactory::
140 operator()(common::OriginalSource const &source,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected