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

Method getUnderlyingObject

src/osvr/Connection/VrpnBasedConnection.cpp:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 }
130
131 void *VrpnBasedConnection::getUnderlyingObject() {
132 return static_cast<void *>(m_vrpnConnection.get());
133 }
134
135 const char *VrpnBasedConnection::getConnectionKindID() {
136 return getVRPNConnectionKindID();

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected