mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
done
This commit is contained in:
parent
4c85a27f10
commit
b5b7e7e529
@ -850,7 +850,7 @@ int UDPStandardImplementation::startReceiver(char *c){
|
|||||||
|
|
||||||
//usleep(5000000);
|
//usleep(5000000);
|
||||||
cout << "Receiver Started" << endl;
|
cout << "Receiver Started" << endl;
|
||||||
cout << "Status:" << runStatusType(status) << endl;
|
cout << "Status: " << runStatusType(status) << endl;
|
||||||
|
|
||||||
return OK;
|
return OK;
|
||||||
}
|
}
|
||||||
@ -883,7 +883,7 @@ void UDPStandardImplementation::stopReceiver(){
|
|||||||
pthread_mutex_unlock(&(statusMutex));
|
pthread_mutex_unlock(&(statusMutex));
|
||||||
|
|
||||||
cout << "Receiver Stopped" << endl;
|
cout << "Receiver Stopped" << endl;
|
||||||
cout << "Status:" << runStatusType(status) << endl;
|
cout << "Status: " << runStatusType(status) << endl;
|
||||||
cout << endl;
|
cout << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1579,7 +1579,7 @@ void UDPStandardImplementation::stopListening(int ithread, int numbytes){
|
|||||||
FILE_LOG(logDEBUG1) << __AT__ << " called";
|
FILE_LOG(logDEBUG1) << __AT__ << " called";
|
||||||
|
|
||||||
#ifdef DEBUG4
|
#ifdef DEBUG4
|
||||||
cprintf(BLUE,"Listening_Thread %d: Stop Listening\nStatus:%s\n", ithread, runStatusType(status).c_str());
|
cprintf(BLUE,"Listening_Thread %d: Stop Listening\nStatus: %s\n", ithread, runStatusType(status).c_str());
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//less than 1 packet size (especially for eiger), ignore the buffer (so that 2 dummy buffers are not sent with pc=0)
|
//less than 1 packet size (especially for eiger), ignore the buffer (so that 2 dummy buffers are not sent with pc=0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user