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

Method setUpdateCallback

src/osvr/Connection/DeviceToken.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93GuardPtr OSVR_DeviceTokenObject::getSendGuard() { return m_getSendGuard(); }
94
95void OSVR_DeviceTokenObject::setUpdateCallback(
96 osvr::connection::DeviceUpdateCallback const &cb) {
97 m_setUpdateCallback(cb);
98}
99
100void OSVR_DeviceTokenObject::connectionInteract() { m_connectionInteract(); }
101

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected