MCPcopy 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
212void
213Analyzer::setAGC(bool enabled)
214{
215 SU_ATTEMPT(
216 suscan_analyzer_set_agc(this->instance, enabled ? SU_TRUE : SU_FALSE));
217
218}
219
220void
221Analyzer::setHopRange(SUFREQ min, SUFREQ max)

Callers 1

onToggleAGCEnabledMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected