diff --git a/slsDetectorSoftware/include/Detector.h b/slsDetectorSoftware/include/Detector.h index 6f28a8f1b..35f7800e5 100644 --- a/slsDetectorSoftware/include/Detector.h +++ b/slsDetectorSoftware/include/Detector.h @@ -53,7 +53,7 @@ class Detector { /** Shared memory not freed prior. Set up per measurement. */ void loadParameters(const std::string &fname); - void loadParameters(const std::vector& parameters); + void loadParameters(const std::vector ¶meters); Result getHostname(Positions pos = {}) const; @@ -1260,7 +1260,7 @@ class Detector { /** [CTB] */ Result> getRxDbitList(Positions pos = {}) const; - /** [CTB] list contains the set of bits (0-63) to save */ + /** [CTB] list contains the set of digital signal bits (0-63) to save */ void setRxDbitList(const std::vector &list, Positions pos = {}); /** [CTB] */