From abd2808924afb7b6556017afcd1beb0112862ca9 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Thu, 27 Aug 2020 18:00:19 +0200 Subject: [PATCH] WIP, doc --- slsDetectorSoftware/include/Detector.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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] */