mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-30 22:42:23 +02:00
Improved FastH5Writer
This commit is contained in:
@@ -30,9 +30,11 @@ class FastH5Writer {
|
||||
|
||||
std::unordered_map<std::string, H5::PredType> scalar_metadata_;
|
||||
|
||||
void create_datasets();
|
||||
void create_file(const std::string& filename);
|
||||
void close_file();
|
||||
|
||||
void flush_metadata();
|
||||
|
||||
public:
|
||||
FastH5Writer(
|
||||
const size_t n_frames_per_file,
|
||||
|
||||
Reference in New Issue
Block a user