MCPcopy 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
2728void AppFrame::setScopeDeviceName(std::string deviceName) {
2729 if (scopeCanvas) {
2730 scopeCanvas->setDeviceName(deviceName);
2731 }
2732}
2733
2734
2735void AppFrame::refreshGainUI() {

Callers 1

OnChangeMethod · 0.80

Calls 1

setDeviceNameMethod · 0.45

Tested by

no test coverage detected