mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-15 06:17:12 +02:00
jungfrau fix: wait for acquisition to be done before sending stop receiver
This commit is contained in:
Binary file not shown.
@ -1788,11 +1788,11 @@ enum runStatus getRunStatus(){
|
||||
|
||||
|
||||
void readFrame(int *ret, char *mess){
|
||||
#ifdef VIRTUAL
|
||||
// wait for status to be done
|
||||
while(runBusy()){
|
||||
usleep(500);
|
||||
}
|
||||
#ifdef VIRTUAL
|
||||
FILE_LOG(logINFOGREEN, ("acquisition successfully finished\n"));
|
||||
return;
|
||||
#endif
|
||||
|
@ -8,5 +8,5 @@
|
||||
#define APIGOTTHARD 0x200122
|
||||
#define APIGOTTHARD2 0x200122
|
||||
#define APIEIGER 0x200122
|
||||
#define APIJUNGFRAU 0x200122
|
||||
#define APIMYTHEN3 0x200122
|
||||
#define APIJUNGFRAU 0x200123
|
||||
|
Reference in New Issue
Block a user