mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-03 07:04:11 +02:00
Remove metadata buffering and flushing
This commit is contained in:
@@ -34,9 +34,6 @@ class FastH5Writer {
|
||||
|
||||
void create_file(const std::string& filename);
|
||||
|
||||
|
||||
void flush_metadata();
|
||||
|
||||
public:
|
||||
FastH5Writer(
|
||||
const size_t n_frames_per_file,
|
||||
@@ -57,6 +54,11 @@ public:
|
||||
const std::string& name,
|
||||
const void* value);
|
||||
|
||||
void write_scalar_metadata(
|
||||
const std::string& name,
|
||||
const void* value,
|
||||
const H5::DataType data_type);
|
||||
|
||||
void close_file();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user