mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-06 12:24:13 +02:00
Add flush metadata to close method
This commit is contained in:
@@ -32,7 +32,7 @@ class FastH5Writer {
|
||||
std::unordered_map<std::string, H5::PredType> scalar_metadata_;
|
||||
|
||||
void create_file(const std::string& filename);
|
||||
void close_file();
|
||||
|
||||
|
||||
void flush_metadata();
|
||||
|
||||
@@ -55,6 +55,7 @@ public:
|
||||
const void* value,
|
||||
const size_t value_n_bytes);
|
||||
|
||||
void close_file();
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user