mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-22 17:47:59 +02:00
client multi.cpp modified common out of bounds error
This commit is contained in:
@ -1569,6 +1569,11 @@ public:
|
||||
*/
|
||||
int setThreadedProcessing(int enable=-1);
|
||||
|
||||
/**
|
||||
* Returns true if detector position is out of bounds
|
||||
*/
|
||||
bool isDetectorIndexOutOfBounds(int detPos);
|
||||
|
||||
private:
|
||||
/**
|
||||
* Initialize (open/create) shared memory for the sharedMultiDetector structure
|
||||
|
Reference in New Issue
Block a user