From 13a35a7668cd2a04b2b9110802c65c1c1fb6ee39 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Tue, 26 May 2020 20:10:18 +0200 Subject: [PATCH] Refactorig JFH5 Writer --- sf-writer/include/JFH5Writer.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sf-writer/include/JFH5Writer.hpp b/sf-writer/include/JFH5Writer.hpp index d4cdb59..402e648 100644 --- a/sf-writer/include/JFH5Writer.hpp +++ b/sf-writer/include/JFH5Writer.hpp @@ -29,6 +29,11 @@ public: ~JFH5Writer(); void write(const ImageMetadataBuffer* metadata, const char* data); void close_file(); + + uint64_t* b_pulse_id_; + uint64_t* b_frame_index_; + uint32_t* b_daq_rec_; + uint8_t* b_is_good_frame_ ; };