only missing data left to be handled in zmqthread in receiver

This commit is contained in:
Dhanya Maliakal
2016-09-19 17:21:23 +02:00
parent 38d477a1ad
commit 904d21d0be
2 changed files with 48 additions and 51 deletions

View File

@@ -1370,9 +1370,17 @@ private:
*/
void startReceivingData();
/* synchronizing between zmq threads */
sem_t sem_singledone[MAXDET];
sem_t sem_singlewait[MAXDET];
int* singleframe[MAXDET];
/* Parameters given to the gui picked up from zmq threads*/
int currentAcquisitionIndex;
int currentFrameIndex;
int currentSubFrameIndex;
char currentFileName[MAX_STR_LENGTH];
/** Ensures if threads created successfully */
bool threadStarted;
/** Current Thread Index*/