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

Method handle

src/osvr/Client/TrackerRemoteFactory.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
83
84 static void VRPN_CALLBACK handle(void *userdata, vrpn_TRACKERCB info) {
85 auto self = static_cast<VRPNTrackerHandler *>(userdata);
86 self->m_handle(info);
87 }
88 virtual void update() { m_remote->mainloop(); }
89
90 private:

Callers

nothing calls this directly

Calls 1

m_handleMethod · 0.95

Tested by

no test coverage detected