mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-01 07:02:23 +02:00
Add configuration file for live_writer
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include <cstddef>
|
||||
|
||||
namespace live_writer_config
|
||||
{
|
||||
// MS to retry reading from the image assembler.
|
||||
const size_t ASSEMBLER_RETRY_MS = 5;
|
||||
// Number of slots in the reconstruction buffer.
|
||||
const size_t WRITER_IA_N_SLOTS = 200;
|
||||
}
|
||||
Reference in New Issue
Block a user