MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / getMainSplit

Method getMainSplit

src/AppConfig.cpp:480–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478}
479
480float AppConfig::getMainSplit() {
481 return mainSplit.load();
482}
483
484void AppConfig::setVisSplit(float value) {
485 visSplit.store(value);

Callers 1

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected