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

Method onPanSpectrumRelBwChanged

App/Application.cpp:763–768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

761}
762
763void
764Application::onPanSpectrumRelBwChanged(void)
765{
766 if (this->scanner != nullptr)
767 this->scanner->setRelativeBw(this->mediator->getPanSpectrumRelBw());
768}
769
770void
771Application::onPanSpectrumReset(void)

Callers

nothing calls this directly

Calls 2

setRelativeBwMethod · 0.80
getPanSpectrumRelBwMethod · 0.80

Tested by

no test coverage detected