mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-06-10 02:30:51 +02:00
frames in file added for master file in receiver, binary done, hdf5 not done
This commit is contained in:
@@ -19,9 +19,11 @@ class HDF5MasterFile : private virtual slsDetectorDefs, public File {
|
||||
const uint64_t fileIndex, const bool overWriteEnable,
|
||||
const bool silentMode,
|
||||
MasterAttributes *attr) override;
|
||||
void UpdateMasterFile(MasterAttributes *attr, bool silentMode) override;
|
||||
|
||||
private:
|
||||
std::mutex *hdf5Lib_;
|
||||
H5File *fd_{nullptr};
|
||||
std::string fileName_;
|
||||
hid_t groupId_{0};
|
||||
};
|
||||
Reference in New Issue
Block a user