mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
almost done
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
#include <sstream>
|
||||
#include <queue>
|
||||
#include <math.h>
|
||||
|
||||
#include <semaphore.h>
|
||||
|
||||
class postProcessingFuncs;
|
||||
|
||||
@ -334,6 +334,8 @@ s
|
||||
void *pCallbackArg;
|
||||
detectorData *thisData;
|
||||
|
||||
sem_t dataThreadStartedSemaphore;
|
||||
|
||||
private:
|
||||
// double *fdata;
|
||||
|
||||
|
Reference in New Issue
Block a user