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

Method setApdEnabled

src/models/TransmitModel.cpp:331–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331void TransmitModel::setApdEnabled(bool on)
332{
333 if (m_apdEnabled != on) {
334 m_apdEnabled = on;
335 emit apdStateChanged();
336 }
337 emit commandReady(QString("apd enable=%1").arg(on ? 1 : 0));
338}
339
340void TransmitModel::setApdSamplerPort(const QString& txAnt, const QString& port)
341{

Callers 1

setTransmitModelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected