From 994ccac75b95179db2bc84f4686990b8208d96e5 Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Tue, 25 Oct 2016 15:03:13 +0200 Subject: [PATCH] check for why gui doesnt show all data --- slsDetectorSoftware/multiSlsDetector/multiSlsDetector.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/slsDetectorSoftware/multiSlsDetector/multiSlsDetector.cpp b/slsDetectorSoftware/multiSlsDetector/multiSlsDetector.cpp index d8e5ce663..f97c707c3 100644 --- a/slsDetectorSoftware/multiSlsDetector/multiSlsDetector.cpp +++ b/slsDetectorSoftware/multiSlsDetector/multiSlsDetector.cpp @@ -5167,7 +5167,7 @@ void multiSlsDetector::startReceivingDataThread(){ //end of socket ("end") if (len < 1024*256 ) { if(len == 3){ - //cprintf(RED,"Received end of acquisition for socket %d\n", ithread); + cprintf(RED,"%d Received end of acquisition\n", ithread); singleframe[ithread] = NULL; //break; }else{ @@ -5252,7 +5252,7 @@ void multiSlsDetector::readFrameFromReceiver(){ for(int i = 0; i < numReadouts; ++i) dataThreadMask|=(1<