Add compressed image size parameter

This commit is contained in:
2020-05-15 10:29:41 +02:00
parent 4502e112bf
commit 40e0edc678
+1
View File
@@ -13,6 +13,7 @@ struct ImageMetadata
uint32_t daq_rec;
uint16_t n_received_packets;
bool is_good_frame;
uint64_t compressed_image_size;
};
class WriterH5Writer {