mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-10 17:22:04 +02:00
Rename rest interface
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
#include "H5Format.hpp"
|
||||
#include "RingBuffer.hpp"
|
||||
|
||||
namespace ProcessManager {
|
||||
namespace ProcessManager
|
||||
{
|
||||
void run_writer(WriterManager& manager, const H5Format& format, const std::string& connect_address, uint16_t rest_port);
|
||||
void receive_zmq(WriterManager& manager, RingBuffer& ring_buffer, const std::string& connect_address,
|
||||
int n_io_threads=1, int receive_timeout=-1);
|
||||
|
||||
Reference in New Issue
Block a user