creating and destroying sockets for each receiver start and stop in a single acquisition (to deal with scans etc)

This commit is contained in:
Dhanya Maliakal
2016-09-21 16:37:29 +02:00
parent a1df8bdc15
commit d0501c3139
6 changed files with 289 additions and 143 deletions

View File

@ -333,7 +333,6 @@ s
int (*dataReady)(detectorData*,int, int,void*);
void *pCallbackArg;
detectorData *thisData;
sem_t dataThreadStartedSemaphore;
private: