Rename field to reflect reality

This commit is contained in:
2020-09-04 12:14:43 +02:00
parent e12b8bdd51
commit 15302c8597
+1 -1
View File
@@ -22,7 +22,7 @@ struct ImageMetadata {
uint64_t pulse_id;
uint64_t frame_index;
uint32_t daq_rec;
uint32_t is_good_frame;
uint32_t is_good_image;
};
#pragma pack(pop)