mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
made the scans work, where the the dummy message from rxr doesnt stop it from listening for the scans/measurement, only at set join thread
This commit is contained in:
@ -878,12 +878,10 @@ virtual int setReceiverFifoDepth(int i = -1)=0;
|
||||
int (*acquisition_finished)(double,int,void*);
|
||||
int (*measurement_finished)(int,int,void*);
|
||||
void *acqFinished_p, *measFinished_p;
|
||||
|
||||
|
||||
|
||||
int (*progress_call)(double,void*);
|
||||
void *pProgressCallArg;
|
||||
|
||||
sem_t sem_newRTAcquisition;
|
||||
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user