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

Method notifyHalt

Components/MainSpectrum.cpp:332–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332void
333MainSpectrum::notifyHalt(void)
334{
335 WATERFALL_CALL(setRunningState(false));
336 WATERFALL_CALL(setClickResolution(1));
337 WATERFALL_CALL(setFilterClickResolution(1));
338 this->resAdjusted = false;
339}
340
341void
342MainSpectrum::setCenterFreq(qint64 freq)

Callers 1

refreshUIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected