Revert writer to image data

This commit is contained in:
2020-04-28 09:06:10 +02:00
parent a2168edfd0
commit 824157f13b
2 changed files with 3 additions and 11 deletions
-3
View File
@@ -20,9 +20,6 @@ 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,