Files
sf_daq_buffer/std-det-writer/include/live_writer_config.hpp
T

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