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

Method m_update

src/osvr/Server/ServerImpl.cpp:192–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 m_update();
191 }
192 void ServerImpl::m_update() {
193 osvr::common::tracing::ServerUpdate trace;
194 m_conn->process();
195 if (m_treeDirty) {
196 OSVR_DEV_VERBOSE("Path tree updated");
197 m_sendTree();
198 m_treeDirty.reset();
199 }
200 m_systemDevice->update();
201 for (auto &f : m_mainloopMethods) {
202 f();
203 }
204 }
205
206 bool ServerImpl::m_loop() {
207 bool shouldContinue;

Callers

nothing calls this directly

Calls 3

processMethod · 0.45
resetMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected