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

Method connectingDevice

core/src/devicemanager.cpp:220–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void DeviceManager::connectingDevice()
221{
222 QString id = dynamic_cast<Device *>(QObject::sender())->id();
223 connectingDevice(id);
224}
225
226void DeviceManager::connectingDevice(QString id)
227{

Callers

nothing calls this directly

Calls 4

disconnectDevMethod · 0.80
idMethod · 0.45
containsMethod · 0.45
countMethod · 0.45

Tested by

no test coverage detected