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

Method setTransmitting

src/models/TransmitModel.cpp:447–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445}
446
447void TransmitModel::setTransmitting(bool tx)
448{
449 if (tx == m_transmitting) return;
450 m_transmitting = tx;
451 emit moxChanged(tx);
452}
453
454void TransmitModel::atuStart()
455{

Callers 4

setTransmitMethod · 0.45
onDisconnectedMethod · 0.45
onStatusReceivedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected