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

Method m_sendTree

src/osvr/Server/ServerImpl.cpp:338–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336 }
337
338 void ServerImpl::m_sendTree() {
339 OSVR_DEV_VERBOSE("Sending path tree to clients.");
340 common::tracing::markPathTreeBroadcast();
341 m_systemComponent->sendReplacementTree(m_tree);
342 }
343
344 void ServerImpl::setSleepTime(int microseconds) {
345 m_sleepTime = microseconds;

Callers

nothing calls this directly

Calls 2

markPathTreeBroadcastFunction · 0.85
sendReplacementTreeMethod · 0.80

Tested by

no test coverage detected