almost done with changes

This commit is contained in:
Dhanya Maliakal
2015-07-30 10:42:10 +02:00
parent e9a301dd97
commit d49da66dae
2 changed files with 148 additions and 135 deletions

View File

@ -436,7 +436,7 @@ private:
* @param numpackets is the number of packets
* @param framenum current frame number
*/
void writeToFile_withoutCompression(char* buf,int numpackets, uint32_t framenum);
void writeToFile_withoutCompression(char* buf[],int numpackets, uint32_t framenum);
/**
* Its called for the first packet of a scan or acquistion
@ -469,8 +469,9 @@ private:
* Called by startWriting()
* @param ithread writing thread number
* @param wbuffer writer buffer
* @param npackets number of packets
*/
void handleWithoutDataCompression(int ithread, char* wbuffer);
void handleWithoutDataCompression(int ithread, char* wbuffer[],int npackets);
/**
* data compression for each fifo output