Add image size to detector config

This commit is contained in:
2021-02-24 08:57:34 +01:00
parent 1ac041f51c
commit b2694fb849
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -19,6 +19,8 @@ namespace BufferUtils
const int n_modules;
const int start_udp_port;
const std::string buffer_folder;
const int image_y_size;
const int image_x_size;
};