MCPcopy 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
476void AppConfig::setMainSplit(float value) {
477 mainSplit.store(value);
478}
479
480float AppConfig::getMainSplit() {
481 return mainSplit.load();

Callers 1

OnCloseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected