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

Method setSweepStrategy

Suscan/Analyzer.cpp:150–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void
151Analyzer::setSweepStrategy(SweepStrategy strategy)
152{
153 SU_ATTEMPT(suscan_analyzer_set_sweep_stratrgy(
154 this->instance,
155 static_cast<enum suscan_analyzer_sweep_strategy>(strategy)));
156}
157
158void
159Analyzer::setSpectrumPartitioning(SpectrumPartitioning partitioning)

Callers 1

setStrategyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected