Should now work also for multiple frames and positions

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@140 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
bergamaschi
2012-03-15 09:59:40 +00:00
parent 14bc483310
commit 4b296b6b7d
3 changed files with 204 additions and 31 deletions

View File

@ -884,6 +884,10 @@ s
/** sets when the acquisition is finished */
int jointhread;
/** sets when the position is finished */
int posfinished;
/** data queue size */
int queuesize;