mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-06 06:54:13 +02:00
9 lines
234 B
C++
9 lines
234 B
C++
#include <cstddef>
|
|
|
|
namespace 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 = 2;
|
|
} |