Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ setSensitivity
Method
setSensitivity
src/gui/FlexControlDialog.cpp:510–513 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
508
}
509
510
void setSensitivity(int value)
511
{
512
m_sensitivity = std::clamp(value, 0, 100);
513
}
514
515
void animateExternalSteps(int steps)
516
{
Callers
1
FlexControlDialog
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected