detached sync and assembler with zmq recv.

This commit is contained in:
lhdamiani
2021-07-06 11:57:43 +02:00
parent 300d992acf
commit 8fd1c4cf7a
14 changed files with 129 additions and 64 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ void AssemblerStats::record_stats(
image_counter_++;
n_sync_lost_images_ += n_lost_pulses;
if (!meta->is_good_image) {
if (meta->status != 0) {
n_corrupted_images_++;
}