mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-29 17:40:01 +02:00
check for why gui doesnt show all data
This commit is contained in:
parent
fde7d2359c
commit
64094be4e3
@ -495,8 +495,11 @@ void* postProcessing::processData(int delflag) {
|
|||||||
while(true){
|
while(true){
|
||||||
cout.flush();
|
cout.flush();
|
||||||
cout<<flush;
|
cout<<flush;
|
||||||
usleep(20000); //20ms need this else connecting error to receiver (too fast)
|
usleep(40000); //20ms need this else connecting error to receiver (too fast)
|
||||||
|
|
||||||
|
if (checkJoinThread()){
|
||||||
|
break;
|
||||||
|
}
|
||||||
//get progress
|
//get progress
|
||||||
if(setReceiverOnline() == ONLINE_FLAG){
|
if(setReceiverOnline() == ONLINE_FLAG){
|
||||||
pthread_mutex_lock(&mg);
|
pthread_mutex_lock(&mg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user