mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-31 14:04:55 +01: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