mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-16 03:58:42 +01:00
wip
This commit is contained in:
@@ -10,9 +10,11 @@ class BinaryMasterFile : private virtual slsDetectorDefs, public File {
|
||||
~BinaryMasterFile();
|
||||
|
||||
void CloseFile() override;
|
||||
void CreateMasterFile(std::string filePath, std::string fileNamePrefix,
|
||||
uint64_t fileIndex, bool overWriteEnable,
|
||||
bool silentMode, MasterAttributes *attr) override;
|
||||
void CreateMasterFile(const std::string filePath,
|
||||
const std::string fileNamePrefix,
|
||||
const uint64_t fileIndex, const bool overWriteEnable,
|
||||
const bool silentMode,
|
||||
MasterAttributes *attr) override;
|
||||
|
||||
private:
|
||||
FILE *fd_{nullptr};
|
||||
|
||||
Reference in New Issue
Block a user