parallized setup receiver

This commit is contained in:
Dhanya Maliakal
2016-07-07 15:55:22 +02:00
parent 3019f4e6ff
commit 09d0d3ba22
5 changed files with 133 additions and 50 deletions

View File

@ -278,6 +278,9 @@ s
/** mutex to synchronizedata processing and plotting threads */
pthread_mutex_t mg;
/** mutex to synchronize slsdetector threads */
pthread_mutex_t ms;
/** sets when the acquisition is finished */
int jointhread;