Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
572
static QString ritField(int hz)
573
{
574
return (hz >= 0 ? QStringLiteral(
"+"
) : QStringLiteral(
"-"
))
575
+ QString::number(qAbs(hz)).rightJustified(5,
'0'
);
576
}
577
578
static int agcModeToZZ(const QString& mode)
579
{
Callers
4
cmdRG
Method · 0.85
cmdZZRG
Method · 0.85
cmdZZRW
Method · 0.85
cmdZZXG
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected