feature with header in file

This commit is contained in:
Dhanya Maliakal
2016-07-05 17:17:34 +02:00
parent df04d9fb07
commit a65920377c
2 changed files with 63 additions and 1 deletions

View File

@ -440,6 +440,11 @@ private:
*/
void createHeaders(char* wbuffer[]);
/**
* Updates the file header char aray, each time the corresp parameter is changed
*/
void updateFileHeader();
/**
* Called by handleWithoutDataCompression and handleWithCompression after writing to file
* Copy frames for GUI and updates appropriate parameters for frequency frames to gui
@ -467,6 +472,7 @@ private:
/*************************************************************************
* Class Members *********************************************************
*************************************************************************/
@ -515,6 +521,8 @@ private:
/** If file created successfully for all Writer Threads */
bool fileCreateSuccess;
char fileHeader[1000];