mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 07:38:04 +01:00
debugging
This commit is contained in:
@@ -878,7 +878,10 @@ int UDPStandardImplementation::setDetectorType(const detectorType d){
|
||||
if(latestData[i]) {delete[] latestData[i]; latestData[i] = 0;}
|
||||
}
|
||||
for(int i=0; i<numberofWriterThreads; i++){
|
||||
latestData[i] = new char[bufferSize];
|
||||
if(myDetectorType == JUNGFRAU)
|
||||
latestData[i] = new char[bufferSize+fifoBufferHeaderSize-HEADER_SIZE_NUM_TOT_PACKETS];
|
||||
else
|
||||
latestData[i] = new char[bufferSize];
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user