Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OSVR/OSVR-Core
/ setSleepTime
Method
setSleepTime
src/osvr/Server/Server.cpp:114–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
void Server::setSleepTime(int microseconds) {
115
m_impl->setSleepTime(microseconds);
116
}
117
118
int Server::getSleepTime() const { return m_impl->getSleepTime(); }
119
Callers
1
constructServer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected