From 3c04734b2805d4d53cf7a0be2a122e1dbe652f6c Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Wed, 11 Aug 2021 19:35:02 +0200 Subject: [PATCH] minor comment --- slsDetectorSoftware/include/sls/Detector.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/slsDetectorSoftware/include/sls/Detector.h b/slsDetectorSoftware/include/sls/Detector.h index 9859eb897..e4778ba1d 100644 --- a/slsDetectorSoftware/include/sls/Detector.h +++ b/slsDetectorSoftware/include/sls/Detector.h @@ -80,7 +80,9 @@ class Detector { Result getSerialNumber(Positions pos = {}) const; - /** [Gotthard2] */ + /** [Gotthard2] Can overwrite and is sent out as mod_id in + * sls_detector_header in header of UDP data packet streamed out from + * detector.*/ void setSerialNumber(const int64_t value, Positions pos = {}); Result getReceiverVersion(Positions pos = {}) const;