replacing slsDetectorMember calls with generic function

This commit is contained in:
Erik Frojdh
2018-05-25 11:38:59 +02:00
parent 2f8c1b453e
commit 7702865409
2 changed files with 23 additions and 48 deletions

View File

@ -1045,6 +1045,7 @@ class multiSlsDetector : public slsDetectorUtils {
std::string callDetectorMemeber(std::string(slsDetector::*somefunc)());
int callDetectorMemeber(int (slsDetector::*somefunc)(int), int value);
/** returns the detector trimbit/settings directory \sa sharedSlsDetector */
std::string getSettingsDir();