mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-06 02:24:13 +02:00
Add receiving flag
This commit is contained in:
@@ -11,6 +11,7 @@ class ZmqRecvModule
|
||||
RingBuffer& ring_buffer_;
|
||||
const header_map& header_values_;
|
||||
const std::atomic_bool& is_writing_;
|
||||
std::atomic_bool is_receiving_;
|
||||
|
||||
protected:
|
||||
void receive_thread(
|
||||
|
||||
Reference in New Issue
Block a user