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

Method setMicSelection

src/models/TransmitModel.cpp:511–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

509// ── Mic / monitor / processor commands ──────────────────────────────────────
510
511void TransmitModel::setMicSelection(const QString& input)
512{
513 const QString normalized = input.toUpper();
514 if (m_micSelection != normalized) {
515 m_micSelection = normalized;
516 emit micStateChanged();
517 }
518 emit commandReady(QString("mic input %1").arg(normalized));
519}
520
521void TransmitModel::setMicLevel(int level)
522{

Callers 1

buildPhonePanelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected