mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-07-11 18:31:51 +02:00
slsReceiver: deactivated no longer writes 0xFFFF, creates empty files
This commit is contained in:
@ -373,7 +373,7 @@ int UDPStandardImplementation::setDetectorType(const detectorType d) {
|
||||
|
||||
try {
|
||||
Listener* l = new Listener(i, myDetectorType, fifo[i], &status,
|
||||
&udpPortNum[i], eth, &activated, &numberOfFrames, &dynamicRange,
|
||||
&udpPortNum[i], eth, &numberOfFrames, &dynamicRange,
|
||||
&udpSocketBufferSize, &actualUDPSocketBufferSize, &framesPerFile);
|
||||
listener.push_back(l);
|
||||
|
||||
|
Reference in New Issue
Block a user