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

Method m_orderedDestruction

src/osvr/Server/ServerImpl.cpp:297–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295 }
296
297 void ServerImpl::m_orderedDestruction() {
298 m_ctx.reset();
299 m_systemComponent = nullptr; // non-owning pointer
300 m_systemDevice.reset();
301 m_conn.reset();
302 }
303
304 int ServerImpl::m_handleUpdatedRoute(void *userdata, vrpn_HANDLERPARAM p) {
305 auto self = static_cast<ServerImpl *>(userdata);

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected