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

Function zzfiQuery

src/core/SmartCatProtocol.cpp:1512–1517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1510}
1511
1512static QString zzfiQuery(SliceModel* s)
1513{
1514 if (!s) return "?;";
1515 int bw = s->filterHigh() - s->filterLow();
1516 return QString("ZZFI%1;").arg(bwToZZFIIndex(qAbs(bw)), 2, 10, QChar('0'));
1517}
1518
1519static QString zzfijSet(SliceModel* s, const QString& arg, const QString& prefix)
1520{

Callers 2

cmdZZFIMethod · 0.85
cmdZZFJMethod · 0.85

Calls 3

bwToZZFIIndexFunction · 0.85
filterHighMethod · 0.80
filterLowMethod · 0.80

Tested by

no test coverage detected