mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
10Gbe, some functions in gotthard and eiger servers including mv in dacs, mv in dacs, changing settings file
This commit is contained in:
@ -101,6 +101,9 @@ public:
|
||||
if(slsErrorMask&RECEIVER_DET_HOSTTYPE_NOT_SET)
|
||||
retval.append("Could not send the detector type to the receiver.\n");
|
||||
|
||||
if(slsErrorMask&DETECTOR_TEN_GIGA)
|
||||
retval.append("Could not enable/disable 10GbE in the detector.\n");
|
||||
|
||||
|
||||
|
||||
|
||||
@ -140,6 +143,10 @@ public:
|
||||
if(slsErrorMask&RECEIVER_DYNAMIC_RANGE)
|
||||
retval.append("Could not set dynamic range in receiver.\n");
|
||||
|
||||
if(slsErrorMask&RECEIVER_TEN_GIGA)
|
||||
retval.append("Could not enable/disable 10GbE in the receiver.\n");
|
||||
|
||||
|
||||
|
||||
return retval;
|
||||
|
||||
|
Reference in New Issue
Block a user