mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 13:57:13 +02:00
wip
This commit is contained in:
@ -9,7 +9,15 @@ class BinaryDataFile : private virtual slsDetectorDefs, public File {
|
||||
~BinaryDataFile();
|
||||
|
||||
void CloseFile() override;
|
||||
void CreateDataFile(std::string filePath, std::string fileNamePrefix,
|
||||
uint64_t fileIndex, bool overWriteEnable,
|
||||
bool silentMode, int detIndex, int numUnitsPerDetector,
|
||||
uint32_t udpPortNumber) override;
|
||||
|
||||
private:
|
||||
uint32_t index_;
|
||||
FILE *fd_{nullptr};
|
||||
std::string fileName_;
|
||||
uint32_t numFramesInFile_{0};
|
||||
uint32_t subFileIndex_{0}; // to do reset in createfirstdatafile
|
||||
};
|
Reference in New Issue
Block a user