mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +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;
|
int64_t i;
|
||||||
int oldNumberofJobsPerBuffer = numberofJobsPerBuffer;
|
int oldNumberofJobsPerBuffer = numberofJobsPerBuffer;
|
||||||
//eiger always listens to 1 packet at a time
|
//eiger always listens to 1 packet at a time
|
||||||
if((myDetectorType == EIGER) || (myDetectorType = JUNGFRAU)){
|
if((myDetectorType == EIGER) || (myDetectorType == JUNGFRAU)){
|
||||||
numberofJobsPerBuffer = 1;
|
numberofJobsPerBuffer = 1;
|
||||||
FILE_LOG(logDEBUG) << "Info: 1 packet per buffer";
|
FILE_LOG(logDEBUG) << "Info: 1 packet per buffer";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user