mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-06-08 16:48:41 +02:00
H5Writer refactoring
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ class H5Writer
|
||||
~H5Writer();
|
||||
bool is_file_open();
|
||||
void close_file();
|
||||
void write_data(size_t frame_index, size_t* frame_shape, size_t data_bytes_size, char* data, std::string data_type, std::string endianness);
|
||||
void write_frame_data(size_t frame_index, size_t* frame_shape, size_t data_bytes_size, char* data, std::string data_type, std::string endianness);
|
||||
H5::H5File& get_h5_file();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user