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

Function agcThresholdMinimumForSlice

src/gui/MainWindow_Controllers.cpp:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73int agcThresholdMinimumForSlice(const SliceModel* slice)
74{
75 return usesExternalReceiveControls(slice)
76 ? KiwiSdrProtocol::kAgcThresholdMinDb
77 : 0;
78}
79
80int agcThresholdMaximumForSlice(const SliceModel* slice)
81{

Callers 1

Calls 1

Tested by

no test coverage detected