Stubs for LiveH5Reader

This commit is contained in:
2020-05-01 12:41:50 +02:00
parent 85660a9260
commit 6df2457dd7
2 changed files with 10 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef SF_DAQ_BUFFER_LIVEH5READER_HPP
#define SF_DAQ_BUFFER_LIVEH5READER_HPP
class LiveH5Reader {
};
#endif //SF_DAQ_BUFFER_LIVEH5READER_HPP
+1
View File
@@ -0,0 +1 @@
#include "LiveH5Reader.hpp"