wait state between acquistion finished and ready for next acquire in gui, check if acquiringflag is set then reset it

This commit is contained in:
Dhanya Maliakal
2017-11-30 16:20:26 +01:00
parent d5c310a2db
commit baee38802b
5 changed files with 23 additions and 5 deletions

View File

@ -585,6 +585,7 @@ void SetCurrentMeasurementSignal(int);
void saveErrorSignal(QString);
void AcquisitionErrorSignal(QString);
void UpdatePlotSignal();
void AcquisitionFinishedSignal();
};