Move configuration closer to writer

This commit is contained in:
2020-06-04 09:33:03 +02:00
parent 7a310f98d5
commit 436a3c43d2
7 changed files with 26 additions and 13 deletions
+2 -1
View File
@@ -2,10 +2,10 @@
#include <string>
#include <thread>
#include <chrono>
#include <cstring>
#include "date.h"
#include "zmq.h"
#include "writer_config.hpp"
#include "buffer_config.hpp"
#include "bitshuffle/bitshuffle.h"
#include "JFH5Writer.hpp"
@@ -13,6 +13,7 @@
#include "BufferBinaryReader.hpp"
using namespace std;
using namespace writer_config;
using namespace core_buffer;
using namespace chrono;