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

Method getManualDevices

src/AppConfig.cpp:472–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470}
471
472std::vector<SDRManualDef> AppConfig::getManualDevices() {
473 return manualDevices;
474}
475
476void AppConfig::setMainSplit(float value) {
477 mainSplit.store(value);

Callers 1

OnInitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected