Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ setMainSplit
Method
setMainSplit
src/AppConfig.cpp:476–478 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
474
}
475
476
void AppConfig::setMainSplit(float value) {
477
mainSplit.store(value);
478
}
479
480
float AppConfig::getMainSplit() {
481
return mainSplit.load();
Callers
1
OnClose
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected