Merge buffer and writer utils

This commit is contained in:
2020-06-04 10:55:43 +02:00
parent 622a4864ed
commit bbf604675e
5 changed files with 10 additions and 104 deletions
+1 -11
View File
@@ -17,17 +17,7 @@ namespace BufferUtils
const std::string& latest_filename,
const std::string& filename_to_write);
std::string get_latest_file(const std::string& latest_filename);
struct path_sufix {
uint64_t start_pulse_id;
uint64_t stop_pulse_id;
std::string path;
};
std::vector<path_sufix> get_path_suffixes(
const uint64_t start_pulse_id,
const uint64_t stop_pulse_id);
void create_destination_folder(const std::string& output_file);
}
#endif //BUFFER_UTILS_HPP