Add naive buffer implementation

This commit is contained in:
2020-04-27 16:05:21 +02:00
parent 2a58d0b521
commit 59a5edd9eb
3 changed files with 41 additions and 18 deletions
+3
View File
@@ -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,