ensure receiver is updated when detector timer values are updated (force_update)

This commit is contained in:
Dhanya Maliakal
2016-08-12 17:44:28 +02:00
parent 332b0d221b
commit 1f9dc775f6
6 changed files with 10 additions and 9 deletions

View File

@ -1636,8 +1636,8 @@ int multiSlsDetector::startAndReadAllNoWait(){
}
return ret1;
/* hanging randomly around 4000-5000 frames at 1sec exptime (threads dont return)
/*
// hanging randomly around 4000-5000 frames at 1sec exptime (threads dont return)
int i=0;
int ret=OK;
int posmin=0, posmax=thisMultiDetector->numberOfDetectors;
@ -1683,7 +1683,7 @@ int multiSlsDetector::startAndReadAllNoWait(){
}
return ret;
*/
*/
}