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

Method m_sendRoute

src/osvr/Client/PureClientContext.cpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 }
179
180 void PureClientContext::m_sendRoute(std::string const &route) {
181 m_systemComponent->sendClientRouteUpdate(route);
182 m_update();
183 }
184
185 void PureClientContext::m_handleNewInterface(
186 common::ClientInterfacePtr const &iface) {

Callers

nothing calls this directly

Calls 1

sendClientRouteUpdateMethod · 0.80

Tested by

no test coverage detected