mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 04:47:14 +02:00
bug fix: converts any receiver other than eiger into a jungfrau receiver
This commit is contained in:
@ -251,7 +251,7 @@ int UDPStandardImplementation::setupFifoStructure(){
|
||||
int64_t i;
|
||||
int oldNumberofJobsPerBuffer = numberofJobsPerBuffer;
|
||||
//eiger always listens to 1 packet at a time
|
||||
if((myDetectorType == EIGER) || (myDetectorType = JUNGFRAU)){
|
||||
if((myDetectorType == EIGER) || (myDetectorType == JUNGFRAU)){
|
||||
numberofJobsPerBuffer = 1;
|
||||
FILE_LOG(logDEBUG) << "Info: 1 packet per buffer";
|
||||
}
|
||||
|
Reference in New Issue
Block a user