Min/Max/Delta markers

This commit is contained in:
Jan Käberich 2020-10-20 17:03:49 +02:00
parent b5cd6e0072
commit 49fb02be23
16 changed files with 351 additions and 45 deletions

View file

@ -226,6 +226,9 @@ void SpectrumAnalyzer::NewDatapoint(Protocol::SpectrumAnalyzerResult d)
d = average.process(d);
traceModel.addSAData(d);
emit dataChanged();
if(d.pointNum == settings.pointNum - 1) {
markerModel->updateMarkers();
}
}
void SpectrumAnalyzer::SettingsChanged()