slsReceiver: maximum frames per file written to master files for both binary and hdf5, note the version number change for these master file format

This commit is contained in:
2018-06-28 18:30:34 +02:00
parent 3595c586d4
commit ed1135566a
5 changed files with 15 additions and 4 deletions

View File

@ -99,7 +99,7 @@ int BinaryFile::CreateMasterFile(bool en, uint32_t size,
}
return BinaryFileStatic::CreateMasterDataFile(masterfd, masterFileName,
*overWriteEnable,
*dynamicRange, en, size, nx, ny, *numImages,
*dynamicRange, en, size, nx, ny, *numImages, *maxFramesPerFile,
at, st, sp, ap, BINARY_WRITER_VERSION);
}
return OK;