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

Method writeSetting

src/modules/modem/digital/ModemASK.cpp:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void ModemASK::writeSetting(std::string setting, std::string value) {
62 if (setting == "cons") {
63 int newCons = std::stoi(value);
64 updateDemodulatorCons(newCons);
65 }
66}
67
68std::string ModemASK::readSetting(std::string setting) {
69 if (setting == "cons") {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected