mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +02:00
progress bug
This commit is contained in:
@ -2004,9 +2004,9 @@ void UDPStandardImplementation::startListening(){
|
|||||||
|
|
||||||
rc = prepareAndListenBuffer(ithread, carryonBufferSize, tempBuffer);
|
rc = prepareAndListenBuffer(ithread, carryonBufferSize, tempBuffer);
|
||||||
carryonBufferSize = 0;
|
carryonBufferSize = 0;
|
||||||
cout<<"measurement started:"<<measurementStarted<<" rc:"<<rc<<endl;
|
|
||||||
//start indices for each start of scan/acquisition
|
//start indices for each start of scan/acquisition
|
||||||
if((!measurementStarted) && (rc > 0))
|
if((!measurementStarted[ithread]) && (rc > 0))
|
||||||
startFrameIndices(ithread);
|
startFrameIndices(ithread);
|
||||||
//problem in receiving or end of acquisition
|
//problem in receiving or end of acquisition
|
||||||
if (status == TRANSMITTING||(rc == 0 && activated == 0)){
|
if (status == TRANSMITTING||(rc == 0 && activated == 0)){
|
||||||
|
Reference in New Issue
Block a user