Extract update latest file function

This commit is contained in:
2020-04-19 11:40:36 +02:00
parent 0c19ec0935
commit 229f8d2457
3 changed files with 21 additions and 8 deletions
+4
View File
@@ -14,6 +14,10 @@ namespace BufferUtils
uint64_t pulse_id);
std::size_t get_file_frame_index(uint64_t pulse_id);
void update_latest_file(
const std::string& latest_filename,
const std::string& filename_to_write);
}
#endif //BUFFER_UTILS_HPP