MCPcopy 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
484void AppConfig::setVisSplit(float value) {
485 visSplit.store(value);
486}
487
488float AppConfig::getVisSplit() {
489 return visSplit.load();

Callers 1

OnCloseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected