From 09fd798f6bfbc8a429d128e84498cf213a5ddea0 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Mon, 25 May 2020 12:04:00 +0200 Subject: [PATCH] Remove stop_pulse_id as we don't need it anymore --- sf-replay/include/ReplayH5Reader.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sf-replay/include/ReplayH5Reader.hpp b/sf-replay/include/ReplayH5Reader.hpp index 690999f..43a1820 100644 --- a/sf-replay/include/ReplayH5Reader.hpp +++ b/sf-replay/include/ReplayH5Reader.hpp @@ -13,7 +13,6 @@ class ReplayH5Reader { const std::string device_; const std::string channel_name_; const uint16_t source_id_; - const uint64_t stop_pulse_id_; H5::H5File current_file_; std::string current_filename_; @@ -32,8 +31,7 @@ public: ReplayH5Reader( const std::string device, const std::string channel_name, - const uint16_t source_id, - const uint64_t stop_pulse_id); + const uint16_t source_id); virtual ~ReplayH5Reader(); void close_file();