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

Method onScannerUpdated

App/Application.cpp:831–843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

829}
830
831void
832Application::onScannerUpdated(void)
833{
834 SpectrumView &view = this->scanner->getSpectrumView();
835
836 this->mediator->setMinPanSpectrumBw(this->scanner->getFs());
837
838 this->mediator->feedPanSpectrum(
839 static_cast<quint64>(view.freqMin),
840 static_cast<quint64>(view.freqMax),
841 view.psd,
842 SIGDIGGER_SCANNER_SPECTRUM_SIZE);
843}
844
845void
846Application::onTick(void)

Callers

nothing calls this directly

Calls 3

setMinPanSpectrumBwMethod · 0.80
getFsMethod · 0.80
feedPanSpectrumMethod · 0.80

Tested by

no test coverage detected