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

Method setApf

src/models/SliceModel.cpp:204–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void SliceModel::setApf(bool on)
205{
206 m_apf = on;
207 sendCommand(QString("slice set %1 apf=%2").arg(m_id).arg(on ? 1 : 0));
208 emit apfChanged(on);
209}
210
211void SliceModel::setApfLevel(int v)
212{

Callers 5

cmdRxApfEnableMethod · 0.80
cmdSetFuncMethod · 0.80
dispatchHidActionMethod · 0.80
buildTabContentMethod · 0.80

Calls 1

sendCommandFunction · 0.85

Tested by

no test coverage detected