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

Method m_setUpdateCallback

src/osvr/Connection/VirtualDeviceToken.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 VirtualDeviceToken::~VirtualDeviceToken() {}
43
44 void VirtualDeviceToken::m_setUpdateCallback(
45 osvr::connection::DeviceUpdateCallback const &) {
46 BOOST_ASSERT_MSG(0, "Should never be called - virtual device tokens "
47 "don't have typical update callbacks!");
48 }
49
50 void VirtualDeviceToken::m_sendData(util::time::TimeValue const &timestamp,
51 MessageType *type,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected