Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ setVisSplit
Method
setVisSplit
src/AppConfig.cpp:484–486 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
482
}
483
484
void AppConfig::setVisSplit(float value) {
485
visSplit.store(value);
486
}
487
488
float AppConfig::getVisSplit() {
489
return visSplit.load();
Callers
1
OnClose
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected