mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 11:20:04 +02:00
eiger transmitting fix in 10g mode (stop servers informed about 10g mode)
This commit is contained in:
parent
738f341265
commit
71a68c2022
@ -3216,6 +3216,10 @@ bool Module::enableTenGigabitEthernet(int value) {
|
||||
int retval = -1;
|
||||
LOG(logDEBUG1) << "Enabling / Disabling 10Gbe: " << value;
|
||||
sendToDetector(F_ENABLE_TEN_GIGA, value, retval);
|
||||
if (value != -1) {
|
||||
int stopRetval = -1;
|
||||
sendToDetectorStop(F_ENABLE_TEN_GIGA, value, stopRetval);
|
||||
}
|
||||
LOG(logDEBUG1) << "10Gbe: " << retval;
|
||||
value = retval;
|
||||
if (shm()->useReceiverFlag && value != -1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user