mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-08 22:22:04 +02:00
9 lines
202 B
C++
9 lines
202 B
C++
#include <cstddef>
|
|
|
|
namespace live_writer_config
|
|
{
|
|
// N of IO threads to receive data from modules.
|
|
const int LIVE_ZMQ_IO_THREADS = 1;
|
|
|
|
const std::string OUTPUT_FOLDER_SYMLINK = "OUTPUT/";
|
|
} |