Analyzer slots
| 827 | |
| 828 | // Analyzer slots |
| 829 | void |
| 830 | InspToolWidget::onSourceInfoMessage(Suscan::SourceInfoMessage const &msg) |
| 831 | { |
| 832 | this->setBandwidthLimits( |
| 833 | 1, |
| 834 | SCAST(unsigned, msg.info()->getSampleRate())); |
| 835 | |
| 836 | this->applySourceInfo(*msg.info()); |
| 837 | } |
| 838 | |
| 839 | void |
| 840 | InspToolWidget::onInspectorMessage(Suscan::InspectorMessage const &msg) |
nothing calls this directly
no test coverage detected