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

Method startSampling

Components/TimeWindow.cpp:789–802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

787}
788
789void
790TimeWindow::startSampling(void)
791{
792 WaveSampler *ws = this->samplerDialog->makeSampler();
793
794 connect(
795 ws,
796 SIGNAL(data(SigDigger::WaveSampleSet)),
797 this,
798 SLOT(onSampleSet(SigDigger::WaveSampleSet)));
799
800 this->notifyTaskRunning(true);
801 this->taskController.process(QStringLiteral("triggerSampler"), ws);
802}
803
804void
805TimeWindow::refreshMeasures(void)

Callers 2

onTriggerSamplerMethod · 0.95
onResampleMethod · 0.95

Calls 3

notifyTaskRunningMethod · 0.95
makeSamplerMethod · 0.80
processMethod · 0.45

Tested by

no test coverage detected