Files
sf_daq_buffer/sf-writer/include/writer_config.hpp
T
2020-06-04 12:08:14 +02:00

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;
}