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

Function kiwiWaterfallDbText

src/gui/SpectrumOverlayMenu.cpp:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77static constexpr int kKiwiSdrWaterfallRateMax = 4;
78
79static QString kiwiWaterfallDbText(int db)
80{
81 return QStringLiteral("%1%2 dB")
82 .arg(db >= 0 ? QStringLiteral("+") : QString())
83 .arg(db);
84}
85
86static QString kiwiWaterfallRateText(int rate)
87{

Callers 2

buildDisplayPanelMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected