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

Method readSettings

src/modules/modem/Modem.cpp:89–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89ModemSettings Modem::readSettings() {
90 ModemArgInfoList args = getSettings();
91 ModemSettings rs;
92 for (const auto & arg : args) {
93 rs[arg.key] = readSetting(arg.key);
94 }
95 return rs;
96}
97
98bool Modem::shouldRebuildKit() {
99 return refreshKit.load();

Callers 1

readModemSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected