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

Method onPanSpectrumSkipChanged

App/Application.cpp:756–761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

754}
755
756void
757Application::onPanSpectrumSkipChanged(void)
758{
759 if (this->scanner != nullptr)
760 this->scanner->setRttMs(this->mediator->getPanSpectrumRttMs());
761}
762
763void
764Application::onPanSpectrumRelBwChanged(void)

Callers

nothing calls this directly

Calls 2

setRttMsMethod · 0.80
getPanSpectrumRttMsMethod · 0.80

Tested by

no test coverage detected