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

Method setDexp

src/models/TransmitModel.cpp:642–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640}
641
642void TransmitModel::setDexp(bool on)
643{
644 // FlexLib v4.2.18 and a SmartSDR v4.2.20 capture show DEXP is the
645 // radio's compander control; older dexp/noise_gate keys are rejected.
646 m_dexpOn = on;
647 m_companderOn = on;
648 emit phoneStateChanged();
649 emit micStateChanged();
650 emit commandReady(QString("transmit set compander=%1").arg(on ? 1 : 0));
651}
652
653void TransmitModel::setDexpLevel(int level)
654{

Callers 2

buildUIMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64