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

Method readSetting

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

Source from the content-addressed store, hash-verified

64}
65
66std::string ModemQAM::readSetting(std::string setting) {
67 if (setting == "cons") {
68 return std::to_string(cons);
69 }
70 return "";
71}
72
73void ModemQAM::updateDemodulatorCons(int cons_in) {
74 cons = cons_in;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected