replacing pulsechip with a generic algorithm

This commit is contained in:
Erik Frojdh
2018-05-25 15:10:57 +02:00
parent f735baf9d7
commit bbd7e7906a
3 changed files with 45 additions and 39 deletions

View File

@ -1046,6 +1046,8 @@ class multiSlsDetector : public slsDetectorUtils {
std::string callDetectorMemeber(std::string(slsDetector::*somefunc)());
int callDetectorMemeber(int (slsDetector::*somefunc)(int), int value);
int parallelCallDetectorMember(int (slsDetector::*somefunc)(int), int value); //Should probably be templated
/** returns the detector trimbit/settings directory \sa sharedSlsDetector */
std::string getSettingsDir();