some changes, almost done

This commit is contained in:
Dhanya Maliakal
2016-10-31 12:27:54 +01:00
parent eb68a69e38
commit ac87ae3d5b
2 changed files with 89 additions and 4 deletions

View File

@ -463,6 +463,16 @@ private:
*/
void handleWithoutDataCompression(int ithread, char* wbuffer,uint32_t npackets);
/**
* Called by processWritingBuffer for jungfrau
* writes to dummy file, doesnt need to read packet numbers
* Copies data for gui display and frees addresses popped from FIFOs
* @param ithread writing thread index
* @param wbuffer writing buffer popped out from FIFO
* @param npackets number of packets
*/
void handleWithoutMissingPackets(int ithread, char* wbuffer,uint32_t npackets);
/**
* Calle by handleWithoutDataCompression
* Creating headers Writing to file without compression