From 69c8501af74b403c25b6d3f9dccaf6f7413857cb Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Tue, 26 May 2020 14:56:40 +0200 Subject: [PATCH] We are writing binary data now --- core-buffer/include/buffer_config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-buffer/include/buffer_config.hpp b/core-buffer/include/buffer_config.hpp index e1b87a6..97a0df8 100644 --- a/core-buffer/include/buffer_config.hpp +++ b/core-buffer/include/buffer_config.hpp @@ -19,7 +19,7 @@ namespace core_buffer { // Must be power of 10 and >= than FILE_MOD. const size_t FOLDER_MOD = 100000; // Extension of our file format. - const std::string FILE_EXTENSION = ".h5"; + const std::string FILE_EXTENSION = ".bin"; // Number of pulses between each statistics print out. const size_t STATS_MODULO = 100; // If the RB is empty, how much time to wait before trying to read it again.