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

Method m_createConnectionDevice

src/osvr/Connection/VrpnBasedConnection.cpp:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89
90 ConnectionDevicePtr
91 VrpnBasedConnection::m_createConnectionDevice(DeviceInitObject &init) {
92 ConnectionDevicePtr ret =
93 make_shared<VrpnConnectionDevice>(init, m_vrpnConnection);
94 return ret;
95 }
96
97 void VrpnBasedConnection::m_registerConnectionHandler(
98 std::function<void()> handler) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected