mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 14:38:14 +02:00
startframeindex corrected
This commit is contained in:
parent
a4fcf622a9
commit
b9caa1e1e1
@ -2871,7 +2871,7 @@ void UDPStandardImplementation::handleWithoutMissingPackets(int ithread, char* w
|
|||||||
//write to file if enabled and update write parameters
|
//write to file if enabled and update write parameters
|
||||||
if(npackets > 0){
|
if(npackets > 0){
|
||||||
if((fileWriteEnable) && (sfilefd[ithread])){
|
if((fileWriteEnable) && (sfilefd[ithread])){
|
||||||
if((tempframenumber%maxFramesPerFile) == 0){
|
if(tempframenumber && (tempframenumber%maxFramesPerFile) == 0){
|
||||||
exit(-1);
|
exit(-1);
|
||||||
createNewFile(ithread);
|
createNewFile(ithread);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user