Add stub class for image assembly

This commit is contained in:
2020-05-27 12:44:26 +02:00
parent b868059dbc
commit 37d4d0d772
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
#include "ImageAssembler.hpp"
+10
View File
@@ -0,0 +1,10 @@
#ifndef SF_DAQ_BUFFER_IMAGEASSEMBLER_HPP
#define SF_DAQ_BUFFER_IMAGEASSEMBLER_HPP
class ImageAssembler {
};
#endif //SF_DAQ_BUFFER_IMAGEASSEMBLER_HPP