mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +02:00
module id instead of serial number
This commit is contained in:
@ -80,10 +80,12 @@ class Detector {
|
||||
|
||||
Result<int64_t> getSerialNumber(Positions pos = {}) const;
|
||||
|
||||
/** [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 = {});
|
||||
/** [Gotthard2] */
|
||||
Result<int> getModuleId(Positions pos = {}) const;
|
||||
|
||||
/** [Gotthard2] 6 bit value (ideally unique) that is "
|
||||
"streamed out1 in the UDP header of the detector. Default is 0. */
|
||||
void setModuleId(const int value, Positions pos = {});
|
||||
|
||||
Result<int64_t> getReceiverVersion(Positions pos = {}) const;
|
||||
|
||||
|
Reference in New Issue
Block a user