mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-23 15:30:42 +02:00
Set the default number of receiving threads to 1
This commit is contained in:
@@ -74,7 +74,7 @@ class WriterManager
|
||||
RingBuffer& ring_buffer,
|
||||
const H5Format& format,
|
||||
std::shared_ptr<header_map> header_values_type,
|
||||
uint8_t n_receiving_threads,
|
||||
uint8_t n_receiving_threads=1,
|
||||
hsize_t frames_per_file=0);
|
||||
|
||||
virtual ~WriterManager();
|
||||
|
||||
Reference in New Issue
Block a user