Add CURENT and LATEST

This commit is contained in:
2020-04-20 13:58:15 +02:00
parent 54f330315b
commit 19476fe2f1
2 changed files with 9 additions and 3 deletions
+1
View File
@@ -19,6 +19,7 @@ class FastH5Writer {
const std::string device_name_;
const std::string root_folder_;
const std::string latest_filename_;
const std::string current_filename_;
std::string current_output_filename_;
H5::H5File current_output_file_;