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

Method m_sendData

src/osvr/Connection/VirtualDeviceToken.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

sendDataMethod · 0.45

Tested by

no test coverage detected