MCPcopy Create free account
hub / github.com/analogdevicesinc/scopy / changeToolListDevice

Method changeToolListDevice

core/src/devicemanager.cpp:214–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214void DeviceManager::changeToolListDevice()
215{
216 QString id = dynamic_cast<Device *>(QObject::sender())->id();
217 Q_EMIT deviceChangedToolList(id, map[id]->toolList());
218}
219
220void DeviceManager::connectingDevice()
221{

Callers

nothing calls this directly

Calls 2

idMethod · 0.45
toolListMethod · 0.45

Tested by

no test coverage detected