MCPcopy 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
68bool usesExternalReceiveControls(const SliceModel* slice)
69{
70 return slice && slice->externalReceiveReplacementActive();
71}
72
73int agcThresholdMinimumForSlice(const SliceModel* slice)
74{

Tested by

no test coverage detected