first steps in implementation of sender to visualisation and live analysis

This commit is contained in:
Dmitry Ozerov
2020-05-01 12:07:01 +02:00
committed by babic_a
parent 9a6d761e5e
commit eb87fcfa2f
3 changed files with 335 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@ struct DetectorFrame
uint64_t frame_index[core_buffer::WRITER_N_FRAMES_BUFFER];
uint32_t daq_rec[core_buffer::WRITER_N_FRAMES_BUFFER];
uint16_t n_received_packets[core_buffer::WRITER_N_FRAMES_BUFFER];
bool is_good_frame[core_buffer::WRITER_N_FRAMES_BUFFER];
};
class SFWriter {