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

Function ritField

src/core/SmartCatProtocol.cpp:572–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570}
571
572static QString ritField(int hz)
573{
574 return (hz >= 0 ? QStringLiteral("+") : QStringLiteral("-"))
575 + QString::number(qAbs(hz)).rightJustified(5, '0');
576}
577
578static int agcModeToZZ(const QString& mode)
579{

Callers 4

cmdRGMethod · 0.85
cmdZZRGMethod · 0.85
cmdZZRWMethod · 0.85
cmdZZXGMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected