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

Method triggerDescriptorHandlers

src/osvr/Connection/Connection.cpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 }
157
158 void Connection::triggerDescriptorHandlers() {
159 for (auto &handler : m_descriptorHandlers) {
160 handler();
161 }
162 }
163
164 Connection::Connection() {}
165

Callers 2

setDeviceDescriptorMethod · 0.80
setDeviceDescriptorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected