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

Function lineDurationToRateSliderValue

src/gui/SpectrumOverlayMenu.cpp:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91static constexpr int lineDurationToRateSliderValue(int lineDuration)
92{
93 return std::clamp(lineDuration,
94 WF_LINE_DURATION_MIN_MS,
95 WF_LINE_DURATION_MAX_MS);
96}
97
98static constexpr int rateSliderValueToLineDuration(int sliderValue)
99{

Callers 3

buildDisplayPanelMethod · 0.85
syncWfLineDurationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected