mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-04 09:54:12 +02:00
Add naive buffer implementation
This commit is contained in:
@@ -20,6 +20,9 @@ class SFWriter {
|
||||
H5::DataSet daq_rec_dataset_;
|
||||
H5::DataSet n_received_packets_dataset_;
|
||||
|
||||
std::unique_ptr<char[]> image_buffer_;
|
||||
size_t image_buffer_count_;
|
||||
|
||||
public:
|
||||
SFWriter(
|
||||
const std::string& output_file,
|
||||
|
||||
Reference in New Issue
Block a user