sharedmem: updated slsdetector, changes left

This commit is contained in:
2018-06-25 18:19:19 +02:00
parent 5e9871720b
commit 69c71e48f6
5 changed files with 8580 additions and 8750 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -216,13 +216,7 @@ class slsDetectorUtils : public slsDetectorActions, public postProcessing {
*/
virtual std::string sgetDetectorsType(int pos=-1)=0;
/** returns the detector type
\param pos position in the multi detector structure (is -1 returns type of detector with id -1)
\returns type
*/
virtual detectorType setDetectorsType(detectorType t=GET_DETECTOR_TYPE, int pos=-1)=0;
virtual std::string ssetDetectorsType(detectorType t=GET_DETECTOR_TYPE, int pos=-1)=0;
virtual std::string ssetDetectorsType(std::string s, int pos=-1)=0;