mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +02:00
file permissions problem crash in rxr fixed, increased usleep in postprocessing getting rxr data which gives better gui display, allowed for mythen and gotthard sending module compatibility for 64 bit temp solution
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@496 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -412,7 +412,7 @@ void* postProcessing::processData(int delflag) {
|
||||
cout.flush();
|
||||
cout<<flush;
|
||||
if (checkJoinThread()) break;
|
||||
usleep(20000);
|
||||
usleep(200000);
|
||||
|
||||
pthread_mutex_lock(&mg);
|
||||
caught=getReceiverCurrentFrameIndex();
|
||||
|
Reference in New Issue
Block a user