mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-03 16:54:13 +02:00
Adjust modules to use the template version of RingBuffer
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
using namespace std;
|
||||
|
||||
H5WriteModule::H5WriteModule(
|
||||
RingBuffer& ring_buffer,
|
||||
RingBuffer<FrameMetadata>& ring_buffer,
|
||||
const header_map& header_values,
|
||||
const H5Format& format) :
|
||||
ring_buffer_(ring_buffer),
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
using namespace std;
|
||||
|
||||
ZmqRecvModule::ZmqRecvModule(
|
||||
RingBuffer &ring_buffer,
|
||||
RingBuffer<FrameMetadata> &ring_buffer,
|
||||
const header_map &header_values) :
|
||||
ring_buffer_(ring_buffer),
|
||||
header_values_(header_values),
|
||||
@@ -144,6 +144,8 @@ void ZmqRecvModule::receive_thread(const string& connect_address)
|
||||
continue;
|
||||
}
|
||||
|
||||
cout <<" Something!!!"<< endl;
|
||||
|
||||
if (!is_saving_) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user