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

Method createLoopbackConnection

src/osvr/Connection/Connection.cpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 return conn;
56 }
57 std::tuple<void *, ConnectionPtr> Connection::createLoopbackConnection() {
58 auto conn = make_shared<VrpnBasedConnection>(
59 VrpnBasedConnection::VRPN_LOOPBACK);
60 return std::make_tuple(conn->getUnderlyingObject(),
61 ConnectionPtr{conn});
62 }
63
64 ConnectionPtr
65 Connection::retrieveConnection(const pluginhost::RegistrationContext &ctx) {

Callers

nothing calls this directly

Calls 1

getUnderlyingObjectMethod · 0.45

Tested by

no test coverage detected