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

Method writeModemSetting

src/demod/DemodulatorInstance.cpp:564–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562}
563
564void DemodulatorInstance::writeModemSetting(const std::string& setting, std::string value) {
565 demodulatorPreThread->writeModemSetting(setting, value);
566}
567
568ModemSettings DemodulatorInstance::readModemSettings() {
569 return demodulatorPreThread->readModemSettings();

Callers 1

OnChangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected