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

Method sendClientRouteUpdate

src/osvr/Common/SystemComponent.cpp:121–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120
121 void SystemComponent::sendClientRouteUpdate(std::string const &route) {
122 Buffer<> buf;
123 messages::ClientRouteToServer::MessageSerialization msg(route);
124 serialize(buf, msg);
125 m_getParent().packMessage(buf, routeIn.getMessageType());
126 }
127
128 void SystemComponent::registerClientRouteUpdateHandler(
129 vrpn_MESSAGEHANDLER handler, void *userdata) {

Callers 2

m_sendRouteMethod · 0.80
m_sendRouteMethod · 0.80

Calls 3

serializeFunction · 0.85
packMessageMethod · 0.80
getMessageTypeMethod · 0.80

Tested by

no test coverage detected