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

Method m_connectionInteract

src/osvr/Connection/AsyncDeviceToken.cpp:141–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 }
140
141 void AsyncDeviceToken::m_connectionInteract() {
142 m_ensureThreadStarted();
143 OSVR_DEV_VERBOSE("AsyncDeviceToken::m_connectionInteract\t"
144 "Going to send a CTS if waiting");
145 bool handled = m_accessControl.mainThreadCTS();
146 if (handled) {
147 OSVR_DEV_VERBOSE("AsyncDeviceToken::m_connectionInteract\t"
148 "Handled an RTS!");
149 } else {
150 OSVR_DEV_VERBOSE("AsyncDeviceToken::m_connectionInteract\t"
151 "No waiting RTS!");
152 }
153 }
154
155 void AsyncDeviceToken::m_stopThreads() { signalAndWaitForShutdown(); }
156

Callers

nothing calls this directly

Calls 1

mainThreadCTSMethod · 0.80

Tested by

no test coverage detected