Add file creation implementation

This commit is contained in:
2020-04-19 19:45:11 +02:00
parent e784590a4e
commit 59ff1a0543
2 changed files with 15 additions and 8 deletions
+1
View File
@@ -18,6 +18,7 @@ class FastH5Writer {
const size_t frame_bytes_size_;
const std::string device_name_;
const std::string root_folder_;
const std::string latest_filename_;
std::string current_output_filename_;
H5::H5File current_output_file_;