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

Method writeSetting

src/modules/modem/digital/ModemDPSK.cpp:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected