mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 04:47:14 +02:00
feature with header in file
This commit is contained in:
@ -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];
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user