mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-08-04 21:52:25 +02:00
Add is_receiving function to ZmqRecvModule
This commit is contained in:
@@ -27,6 +27,7 @@ public:
|
||||
void start_recv(const std::string& connect_address,
|
||||
const uint8_t n_receiving_threads);
|
||||
void stop_recv();
|
||||
bool is_receiving();
|
||||
|
||||
void start_saving();
|
||||
void stop_saving_and_clear_buffer();
|
||||
|
||||
Reference in New Issue
Block a user