mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-06 05:24:14 +02:00
Implement the most basic ReplayH5Reader
This commit is contained in:
@@ -22,7 +22,8 @@ public:
|
||||
ReplayH5Reader(const std::string device, const std::string channel_name);
|
||||
virtual ~ReplayH5Reader();
|
||||
void close_file();
|
||||
void get_frame(const uint64_t pulse_id, ModuleFrame* metadata, char* data);
|
||||
void get_frame(
|
||||
const uint64_t pulse_id, ModuleFrame* metadata, char* frame_buffer);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user