DUNE-DAQ / readoutlibs

readoutlibs
0 stars 2 forks source link

Crash of readoutapplication if add_pattern_generator is on #154

Open glehmannmiotto opened 9 months ago

glehmannmiotto commented 9 months ago

Sometimes a wrong channel number is created for the channel to set the ADC value for. The std exception around the call payload.fake_adc_pattern(channel); is not caught and the application crashes. To be fixed: 1) only valid channel numbers shall be generated 2) in any case the exception shall be caught