removed pointer to shared memory in some multi functions

This commit is contained in:
Erik Frojdh
2018-10-10 14:18:47 +02:00
parent 2cd0841ea3
commit fd7060ef6c
2 changed files with 26 additions and 40 deletions

View File

@ -237,16 +237,16 @@ public:
* @param detPos -1 for all detectors in list or specific detector position
* @returns pointer to sls detector object
*/
slsDetector* getSlsDetector(int detPos = -1);
// slsDetector* getSlsDetector(int detPos = -1);
/**
* Accessing the sls detector from the multi list using position
* @param detPos -1 for all detectors in list or specific detector position
* @returns slsDetector object
*/
slsDetector *operator()(int detPos = -1) const;
// slsDetector *operator()(int detPos = -1) const;
slsDetector* operator[](int detPos) const;
// slsDetector* operator[](int detPos) const;
/**
* Free shared memory from the command line
* avoiding creating the constructor classes and mapping