progress bug

This commit is contained in:
Dhanya Maliakal
2016-11-03 14:01:24 +01:00
parent fbd0f01fa7
commit 5fb38694d3

View File

@ -2004,9 +2004,9 @@ void UDPStandardImplementation::startListening(){
rc = prepareAndListenBuffer(ithread, carryonBufferSize, tempBuffer);
carryonBufferSize = 0;
cout<<"measurement started:"<<measurementStarted<<" rc:"<<rc<<endl;
//start indices for each start of scan/acquisition
if((!measurementStarted) && (rc > 0))
if((!measurementStarted[ithread]) && (rc > 0))
startFrameIndices(ithread);
//problem in receiving or end of acquisition
if (status == TRANSMITTING||(rc == 0 && activated == 0)){