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

Method readModemSettings

src/demod/DemodulatorPreThread.cpp:391–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389}
390
391ModemSettings DemodulatorPreThread::readModemSettings() {
392 if (cModem) {
393 return cModem->readSettings();
394 } else {
395 return modemSettingsBuffered;
396 }
397}
398
399void DemodulatorPreThread::writeModemSettings(ModemSettings settings) {
400 modemSettingsBuffered = settings;

Callers

nothing calls this directly

Calls 1

readSettingsMethod · 0.80

Tested by

no test coverage detected