| 162 | } |
| 163 | |
| 164 | void ServerImpl::instantiateDriver(std::string const &plugin, |
| 165 | std::string const &driver, |
| 166 | std::string const ¶ms) { |
| 167 | m_ctx->instantiateDriver(plugin, driver, params); |
| 168 | } |
| 169 | |
| 170 | void ServerImpl::triggerHardwareDetect() { |
| 171 | OSVR_DEV_VERBOSE("Performing hardware auto-detection."); |
nothing calls this directly
no outgoing calls
no test coverage detected