Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
214
void DeviceManager::changeToolListDevice()
215
{
216
QString id = dynamic_cast<Device *>(QObject::sender())->id();
217
Q_EMIT deviceChangedToolList(id, map[id]->toolList());
218
}
219
220
void DeviceManager::connectingDevice()
221
{
Callers
nothing calls this directly
Calls
2
id
Method · 0.45
toolList
Method · 0.45
Tested by
no test coverage detected