Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BatchDrake/SigDigger
/ setAGC
Method
setAGC
Suscan/Analyzer.cpp:212–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
}
211
212
void
213
Analyzer::setAGC(bool enabled)
214
{
215
SU_ATTEMPT(
216
suscan_analyzer_set_agc(this->instance, enabled ? SU_TRUE : SU_FALSE));
217
218
}
219
220
void
221
Analyzer::setHopRange(SUFREQ min, SUFREQ max)
Callers
1
onToggleAGCEnabled
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected