mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-20 08:38:00 +02:00
Merge branch 'developer' into jungfrau_cleanup
This commit is contained in:
@ -300,7 +300,7 @@ int UDPStandardImplementation::setTenGigaEnable(const bool b) {
|
|||||||
if (tengigaEnable != b) {
|
if (tengigaEnable != b) {
|
||||||
tengigaEnable = b;
|
tengigaEnable = b;
|
||||||
//side effects
|
//side effects
|
||||||
generalData->SetTenGigaEnable(tengigaEnable,b);
|
generalData->SetTenGigaEnable(b,dynamicRange);
|
||||||
|
|
||||||
numberofJobs = -1; //changes to imagesize has to be noted to recreate fifo structure
|
numberofJobs = -1; //changes to imagesize has to be noted to recreate fifo structure
|
||||||
if (SetupFifoStructure() == FAIL)
|
if (SetupFifoStructure() == FAIL)
|
||||||
|
Reference in New Issue
Block a user