created links to virtual files in master file

This commit is contained in:
Dhanya Maliakal
2017-03-01 08:44:43 +01:00
parent 829ba49c1c
commit a7309be567
3 changed files with 55 additions and 6 deletions

View File

@ -449,7 +449,7 @@ private:
packetsPerFrame = 256;
imageSize = dataSize*packetsPerFrame;
frameIndexMask = 0xffffff;
maxFramesPerFile = EIGER_MAX_FRAMES_PER_FILE;
maxFramesPerFile = 5;//EIGER_MAX_FRAMES_PER_FILE;
fifoBufferSize = imageSize;
fifoBufferHeaderSize= FIFO_HEADER_NUMBYTES + FILE_FRAME_HEADER_SIZE;
defaultFifoDepth = 100;