DUNE-DAQ / readout

This package contains Upstream DAQ Readout specific software and utilities, appfwk DAQModules, CCM interface implementations, and software emulators.
2 stars 1 forks source link

Anders kallesoee/emulator #135

Closed andersKallesoee closed 3 years ago

andersKallesoee commented 3 years ago

I removed the buffering of the frames and the async calls. Now a configurable number of frames (m_max_queued_errored_frames) will be pushed to the queue, after that every 10000th frame with the same error will be pushed. This is much simpler than the previous design and it seems to run with no issues even with errors in every frame.

roland-sipos commented 3 years ago

Please merge with develop, to pick up Eric's changes.

roland-sipos commented 3 years ago

Closing PR due to merging it to the consolidation release branch, instead of develop.