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

Method getConnection

src/osvr/Client/VRPNConnectionCollection.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 : m_connMap(make_shared<ConnectionMap>()) {}
38
39 vrpn_ConnectionPtr VRPNConnectionCollection::getConnection(
40 common::elements::DeviceElement const &elt) {
41 return getConnection(elt.getDeviceName(), elt.getServer());
42 }
43
44 vrpn_ConnectionPtr
45 VRPNConnectionCollection::addConnection(vrpn_ConnectionPtr conn,

Callers 9

operator()Method · 0.45
PureClientContextMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45

Calls 2

emptyClass · 0.85
findMethod · 0.45

Tested by

no test coverage detected