minor comment

This commit is contained in:
maliakal_d 2021-08-11 19:35:02 +02:00
parent c770bcfb7e
commit 3c04734b28

View File

@ -80,7 +80,9 @@ class Detector {
Result<int64_t> 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<int64_t> getReceiverVersion(Positions pos = {}) const;