MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / setHopRange

Method setHopRange

Suscan/Analyzer.cpp:220–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void
221Analyzer::setHopRange(SUFREQ min, SUFREQ max)
222{
223 SU_ATTEMPT(
224 suscan_analyzer_set_hop_range(this->instance, min, max));
225}
226
227void
228Analyzer::setBufferingSize(SUSCOUNT len)

Callers 1

setViewRangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected