Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ usesExternalReceiveControls
Function
usesExternalReceiveControls
src/gui/MainWindow_Controllers.cpp:68–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
bool usesExternalReceiveControls(const SliceModel* slice)
69
{
70
return slice && slice->externalReceiveReplacementActive();
71
}
72
73
int agcThresholdMinimumForSlice(const SliceModel* slice)
74
{
Callers
6
agcThresholdMinimumForSlice
Function · 0.85
agcThresholdMaximumForSlice
Function · 0.85
controllerValueToAgcThreshold
Function · 0.85
agcThresholdToControllerValue
Function · 0.85
agcThresholdOverlayValue
Function · 0.85
applyFlexControlWheelAction
Method · 0.85
Calls
1
externalReceiveReplacementActive
Method · 0.80
Tested by
no test coverage detected