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

Method saveGateSettings

src/gui/StripGatePanel.cpp:337–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337void StripGatePanel::saveGateSettings() const
338{
339 if (!m_audio) return;
340 if (m_side == Side::Rx) m_audio->saveClientGateRxSettings();
341 else m_audio->saveClientGateSettings();
342}
343
344void StripGatePanel::showForTx()
345{

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected