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

Method addExternalDevice

src/osvr/Server/Server.cpp:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 void Server::addExternalDevice(std::string const &path,
104 std::string const &deviceName,
105 std::string const &server,
106 std::string const &descriptor) {
107 m_impl->addExternalDevice(path, deviceName, server, descriptor);
108 }
109
110 std::string Server::getSource(std::string const &destination) const {
111 return m_impl->getSource(destination);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected