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

Method m_sendData

src/osvr/Connection/SyncDeviceToken.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 void SyncDeviceToken::m_sendData(util::time::TimeValue const &timestamp,
53 MessageType *type, const char *bytestream,
54 size_t len) {
55 m_getConnectionDevice()->sendData(timestamp, type, bytestream, len);
56 }
57
58 util::GuardPtr SyncDeviceToken::m_getSendGuard() {
59 return util::GuardPtr(new util::DummyGuard);

Callers

nothing calls this directly

Calls 1

sendDataMethod · 0.45

Tested by

no test coverage detected