Move stream configs to separate file

This commit is contained in:
2020-06-04 11:56:32 +02:00
parent 871030f2d7
commit a6e1c6c84e
4 changed files with 20 additions and 18 deletions
+2
View File
@@ -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_,