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

Method setDeviceDescriptor

src/osvr/Connection/DeviceToken.cpp:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102void OSVR_DeviceTokenObject::stopThreads() { m_stopThreads(); }
103
104void OSVR_DeviceTokenObject::setDeviceDescriptor(
105 std::string const &jsonString) {
106 m_getConnectionDevice()->setDeviceDescriptor(jsonString);
107 m_getConnection()->triggerDescriptorHandlers();
108}
109
110ConnectionPtr OSVR_DeviceTokenObject::m_getConnection() { return m_conn; }
111

Callers 3

operator()Method · 0.45
createYEIImplFunction · 0.45

Calls 1

Tested by

no test coverage detected