| 418 | } |
| 419 | |
| 420 | void |
| 421 | GenericInspector::onSetSpectrumSource(unsigned int index) |
| 422 | { |
| 423 | if (this->analyzer() != nullptr) |
| 424 | this->analyzer()->setSpectrumSource( |
| 425 | this->request().handle, |
| 426 | index, |
| 427 | static_cast<Suscan::RequestId>(rand())); |
| 428 | } |
| 429 | |
| 430 | void |
| 431 | GenericInspector::onLoChanged(void) |
nothing calls this directly
no test coverage detected