| 423 | } |
| 424 | |
| 425 | void |
| 426 | Scanner::setStrategy(Suscan::Analyzer::SweepStrategy strategy) |
| 427 | { |
| 428 | this->analyzer->setSweepStrategy(strategy); |
| 429 | } |
| 430 | |
| 431 | void |
| 432 | Scanner::setPartitioning(Suscan::Analyzer::SpectrumPartitioning partitioning) |
no test coverage detected