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

Method registerMainloopMethod

src/osvr/Server/Server.cpp:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 void Server::triggerHardwareDetect() { m_impl->triggerHardwareDetect(); }
80
81 void Server::registerMainloopMethod(MainloopMethod f) {
82 m_impl->registerMainloopMethod(f);
83 }
84
85 bool Server::addRoute(std::string const &routingDirective) {
86 return m_impl->addRoute(routingDirective);

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected