mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 16:27:13 +02:00
moduleid for eiger m3 and g2, but set only for g2
This commit is contained in:
@ -78,13 +78,14 @@ class Detector {
|
||||
|
||||
Result<int64_t> getDetectorServerVersion(Positions pos = {}) const;
|
||||
|
||||
/* [Jungfrau][Gotthard][Mythen3][Gotthard2][CTB][Moench] */
|
||||
Result<int64_t> getSerialNumber(Positions pos = {}) const;
|
||||
|
||||
/** [Gotthard2] */
|
||||
/** [Eiger][Gotthard2][Mythen3] */
|
||||
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. */
|
||||
"streamed out1 in the UDP header of the detector. */
|
||||
void setModuleId(const int value, Positions pos = {});
|
||||
|
||||
Result<int64_t> getReceiverVersion(Positions pos = {}) const;
|
||||
|
Reference in New Issue
Block a user