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
+4
View File
@@ -1,7 +1,11 @@
#include <cstring>
#include "ImageAssembler.hpp"
#include "writer_config.hpp"
#include "buffer_config.hpp"
using namespace std;
using namespace writer_config;
using namespace core_buffer;
ImageAssembler::ImageAssembler(const size_t n_modules) :