This commit is contained in:
Erik Frojdh
2019-04-26 16:28:21 +02:00
parent c4aa5ef7bb
commit 554f9dc2ee
2 changed files with 75 additions and 121 deletions

View File

@ -1857,6 +1857,8 @@ class slsDetector : public virtual slsDetectorDefs{
*/
int writeSettingsFile(const std::string &fname, sls_detector_module& mod);
std::vector<std::string> getSettingsFileDacNames();
/** slsDetector Id or position in the detectors list */
const int detId;