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

Method VRPNConnectionCollection

src/osvr/Client/VRPNConnectionCollection.cpp:36–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace osvr {
35namespace client {
36 VRPNConnectionCollection::VRPNConnectionCollection()
37 : m_connMap(make_shared<ConnectionMap>()) {}
38
39 vrpn_ConnectionPtr VRPNConnectionCollection::getConnection(
40 common::elements::DeviceElement const &elt) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected