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

Method m_sendRoute

src/osvr/JointClientKit/JointClientContext.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 }
110
111 void JointClientContext::m_sendRoute(std::string const &route) {
112 m_systemComponent->sendClientRouteUpdate(route);
113 m_update();
114 }
115
116 void JointClientContext::m_handleNewInterface(
117 common::ClientInterfacePtr const &iface) {

Callers

nothing calls this directly

Calls 1

sendClientRouteUpdateMethod · 0.80

Tested by

no test coverage detected