mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
moench receiver works most of the time
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@512 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -415,7 +415,7 @@ void* postProcessing::processData(int delflag) {
|
||||
while(1){
|
||||
cout.flush();
|
||||
cout<<flush;
|
||||
if (checkJoinThread()) break;
|
||||
//if (checkJoinThread()) break;
|
||||
usleep(200000);
|
||||
|
||||
pthread_mutex_lock(&mg);
|
||||
@ -432,8 +432,8 @@ void* postProcessing::processData(int delflag) {
|
||||
int* receiverData = readFrameFromReceiver(currentfName,currentfIndex);
|
||||
pthread_mutex_unlock(&mg);
|
||||
|
||||
if(!receiverData){
|
||||
cout<<"****Detector returned NULL***"<<endl;
|
||||
if(receiverData == NULL){
|
||||
cout<<"****Detector Data returned is NULL***"<<endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user