| 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; |
nothing calls this directly
no test coverage detected