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

Method addAliases

src/osvr/Server/ServerImpl.cpp:240–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 }
239
240 bool ServerImpl::addAliases(Json::Value const &aliases,
241 common::AliasPriority priority) {
242 bool wasChanged;
243 m_callControlled([&] { wasChanged = m_addAliases(aliases, priority); });
244 return wasChanged;
245 }
246
247 void ServerImpl::addExternalDevice(std::string const &path,
248 std::string const &deviceName,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected