mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +02:00
removing header metadata for ctb binary files
This commit is contained in:
@ -33,11 +33,12 @@ class BinaryFile : private virtual slsDetectorDefs, public File, public BinaryFi
|
||||
* @param dr pointer to dynamic range
|
||||
* @param portno pointer to udp port number for logging
|
||||
* @param smode pointer to silent mode
|
||||
* @param hwenable header writer enable (ctb)
|
||||
*/
|
||||
BinaryFile(int ind, uint32_t* maxf,
|
||||
int* nd, char* fname, char* fpath, uint64_t* findex, bool* owenable,
|
||||
int* dindex, int* nunits, uint64_t* nf, uint32_t* dr, uint32_t* portno,
|
||||
bool* smode);
|
||||
bool* smode, bool hwenable);
|
||||
|
||||
/**
|
||||
* Destructor
|
||||
@ -116,5 +117,8 @@ class BinaryFile : private virtual slsDetectorDefs, public File, public BinaryFi
|
||||
/** Number of actual packets caught in file */
|
||||
uint64_t numActualPacketsInFile;
|
||||
|
||||
/** Header writer enable */
|
||||
bool headerWriteEnable;
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user