mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-26 11:10:45 +02:00
Rename run_writers to run_receivers
In the new implementation the default state is to have the receivers running, but not the writers.
This commit is contained in:
@@ -72,7 +72,7 @@ void ProcessManager::notify_last_pulse_id(uint64_t pulse_id)
|
||||
} catch (...){}
|
||||
}
|
||||
|
||||
void ProcessManager::run_writer(uint8_t n_receiving_threads)
|
||||
void ProcessManager::run_receivers(uint8_t n_receiving_threads)
|
||||
{
|
||||
|
||||
#ifdef DEBUG_OUTPUT
|
||||
|
||||
@@ -26,7 +26,7 @@ class ProcessManager
|
||||
ProcessManager(WriterManager& writer_manager, ZmqReceiver& receiver,
|
||||
RingBuffer& ring_buffer, const H5Format& format, uint16_t rest_port, const std::string& bsread_rest_address, hsize_t frames_per_file=0);
|
||||
|
||||
void run_writer(uint8_t n_receiving_threads);
|
||||
void run_receivers(uint8_t n_receiving_threads);
|
||||
|
||||
void receive_zmq();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user