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

Method m_connectionHandler

src/osvr/Connection/VrpnBasedConnection.cpp:116–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 int VrpnBasedConnection::m_connectionHandler(void *userdata,
117 vrpn_HANDLERPARAM) {
118 VrpnBasedConnection *conn =
119 static_cast<VrpnBasedConnection *>(userdata);
120 for (auto const &f : conn->m_connectionHandlers) {
121 f();
122 }
123 return 0;
124 }
125 void VrpnBasedConnection::m_process() { m_vrpnConnection->mainloop(); }
126
127 VrpnBasedConnection::~VrpnBasedConnection() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected