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

Method setDax

src/models/TransmitModel.cpp:556–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554}
555
556void TransmitModel::setDax(bool on)
557{
558 // Optimistic local update mirroring the sibling mic setters; the radio's
559 // dax= status echo (parsed above, under the micChanged path) supersedes.
560 if (m_daxOn != on) {
561 m_daxOn = on;
562 emit micStateChanged(); // PhoneCwApplet's DAX button binds to this
563 }
564 emit commandReady(QString("transmit set dax=%1").arg(on ? 1 : 0));
565}
566
567void TransmitModel::setSbMonitor(bool on)
568{

Callers 6

registerMidiParamsMethod · 0.80
onSliceAddedMethod · 0.80
finishTransmitMethod · 0.80
buildPhonePanelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected