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

Method instantiateDriver

src/osvr/Server/ServerImpl.cpp:164–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162 }
163
164 void ServerImpl::instantiateDriver(std::string const &plugin,
165 std::string const &driver,
166 std::string const &params) {
167 m_ctx->instantiateDriver(plugin, driver, params);
168 }
169
170 void ServerImpl::triggerHardwareDetect() {
171 OSVR_DEV_VERBOSE("Performing hardware auto-detection.");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected