mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-04 20:00:04 +02:00
reset acquiringDone before acquistion
This commit is contained in:
parent
79e13c6db7
commit
704c0f796a
@ -57,6 +57,9 @@ void slsDetectorUtils::acquire(int delflag){
|
|||||||
if(setDynamicRange() == 32) subframe = 1;
|
if(setDynamicRange() == 32) subframe = 1;
|
||||||
else subframe = 0;
|
else subframe = 0;
|
||||||
|
|
||||||
|
pthread_mutex_lock(&mg);
|
||||||
|
acquiringDone = 0;
|
||||||
|
pthread_mutex_unlock(&mg);
|
||||||
|
|
||||||
// setTotalProgress();
|
// setTotalProgress();
|
||||||
//moved these 2 here for measurement change
|
//moved these 2 here for measurement change
|
||||||
|
Loading…
x
Reference in New Issue
Block a user