in the process of streamer

This commit is contained in:
Dhanya Maliakal
2017-02-27 15:38:46 +01:00
parent 936dfea8a7
commit 3b07afe3fc
16 changed files with 654 additions and 171 deletions

View File

@@ -80,7 +80,7 @@ void ThreadObject::RunningThread() {
ThreadExecution();
}/*--end of inner loop */
}//end of inner loop
//wait till the next acquisition
@@ -91,7 +91,7 @@ void ThreadObject::RunningThread() {
pthread_exit(NULL);
}
}/*--end of loop for each acquisition (outer loop) */
}//end of outer loop
}