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

Method setMox

src/models/TransmitModel.cpp:436–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436void TransmitModel::setMox(bool on)
437{
438 // Optimistic MOX edge gating keeps UI/audio aligned with user intent.
439 // Interlock status from the radio will still reconcile final state.
440 if (m_transmitting != on) {
441 m_transmitting = on;
442 emit moxChanged(on);
443 }
444 emit commandReady(QString("xmit %1").arg(on ? 1 : 0));
445}
446
447void TransmitModel::setTransmitting(bool tx)
448{

Callers 2

forceUnkeyMethod · 0.80
RadioModelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected