mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-01 13:02:22 +02:00
Move stream configs to separate file
This commit is contained in:
@@ -4,10 +4,12 @@
|
||||
#include <cstring>
|
||||
#include "zmq.h"
|
||||
#include "buffer_config.hpp"
|
||||
#include "stream_config.hpp"
|
||||
|
||||
using namespace std;
|
||||
using namespace chrono;
|
||||
using namespace core_buffer;
|
||||
using namespace stream_config;
|
||||
|
||||
LiveRecvModule::LiveRecvModule(
|
||||
FastQueue<ModuleFrameBuffer>& queue_,
|
||||
|
||||
Reference in New Issue
Block a user