This commit is contained in:
2019-08-20 13:20:25 +02:00
parent 0c4ae89cd9
commit ea5ac6ad03
4 changed files with 8 additions and 8 deletions

View File

@@ -356,7 +356,7 @@ void slsDetector::initializeDetectorStructure(detectorType type) {
shm()->rxZmqport = DEFAULT_ZMQ_RX_PORTNO +
(detId * ((shm()->myDetectorType == EIGER) ? 2 : 1));
shm()->rxUpstream = false;
shm()->rxReadFreq = 0;
shm()->rxReadFreq = 1;
shm()->zmqip = 0u;
shm()->rxZmqip = 0u;
shm()->gappixels = 0u;