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

Function lineDurationToRatePercent

src/gui/SpectrumWidget.cpp:447–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445}
446
447static constexpr int lineDurationToRatePercent(int lineDurationMs)
448{
449 return std::clamp(lineDurationMs,
450 kWaterfallLineDurationMinMs,
451 kWaterfallLineDurationMaxMs);
452}
453
454static constexpr int ratePercentToLineDuration(int ratePercent)
455{

Callers 2

SpectrumWidget.cppFile · 0.85
mousePressEventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected