Moved to class implementation

This commit is contained in:
Erik Frojdh
2022-03-25 15:08:50 +01:00
parent b112cf81c4
commit 5c79a1a1e8
13 changed files with 123 additions and 196 deletions

View File

@@ -1619,8 +1619,8 @@ class Detector {
std::vector<std::string> getDacNames() const;
defs::dacIndex decodeNamedDac(const std::string& name);
std::string decodeNamedDac(defs::dacIndex i);
defs::dacIndex getDacIndex(const std::string& name);
std::string getDacName(defs::dacIndex i);
///@}
/** @name Pattern */