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

Method setMonPanCw

src/models/TransmitModel.cpp:770–778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

768}
769
770void TransmitModel::setMonPanCw(int pan)
771{
772 pan = qBound(0, pan, 100);
773 if (m_monPanCw != pan) {
774 m_monPanCw = pan;
775 emit phoneStateChanged();
776 }
777 emit commandReady(QString("transmit set mon_pan_cw=%1").arg(pan));
778}
779
780// ── Helpers ─────────────────────────────────────────────────────────────────
781

Callers 1

buildCwPanelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected