Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ getManualDevices
Method
getManualDevices
src/AppConfig.cpp:472–474 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
470
}
471
472
std::vector<SDRManualDef> AppConfig::getManualDevices() {
473
return manualDevices;
474
}
475
476
void AppConfig::setMainSplit(float value) {
477
mainSplit.store(value);
Callers
1
OnInit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected