Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ setScopeDeviceName
Method
setScopeDeviceName
src/AppFrame.cpp:2728–2732 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2726
}
2727
2728
void AppFrame::setScopeDeviceName(std::string deviceName) {
2729
if (scopeCanvas) {
2730
scopeCanvas->setDeviceName(deviceName);
2731
}
2732
}
2733
2734
2735
void AppFrame::refreshGainUI() {
Callers
1
OnChange
Method · 0.80
Calls
1
setDeviceName
Method · 0.45
Tested by
no test coverage detected