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

Method setAnf

src/models/SliceModel.cpp:154–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154void SliceModel::setAnf(bool on)
155{
156 m_anf = on;
157 sendCommand(QString("slice set %1 anf=%2").arg(m_id).arg(on ? 1 : 0));
158 emit anfChanged(on);
159}
160
161// v4 DSP toggles — command keys differ from status keys (FlexLib Slice.cs)
162void SliceModel::setNrl(bool on)

Callers 5

cmdRxAnfEnableMethod · 0.80
cmdSetFuncMethod · 0.80
cmdNTMethod · 0.80
registerMidiParamsMethod · 0.80

Calls 1

sendCommandFunction · 0.85

Tested by

no test coverage detected