MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / saveCompSettings

Method saveCompSettings

src/gui/StripCompPanel.cpp:333–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333void StripCompPanel::saveCompSettings() const
334{
335 if (!m_audio) return;
336 if (m_side == Side::Rx) m_audio->saveClientCompRxSettings();
337 else m_audio->saveClientCompSettings();
338}
339
340void StripCompPanel::showForTx()
341{

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected