Move assembly buffer config to general

This commit is contained in:
2020-06-03 21:41:22 +02:00
parent d48ea98aa4
commit 9dddef455d
3 changed files with 14 additions and 13 deletions
+2
View File
@@ -55,6 +55,8 @@ namespace core_buffer {
const size_t BUFFER_BLOCK_SIZE = 100;
// MS to retry reading from the image assembler.
const size_t WRITER_IMAGE_ASSEMBLER_RETRY_MS = 5;
// Number of slots in the reconstruction buffer.
const size_t WRITER_IA_N_SLOTS = 2;
}
#endif //BUFFERCONFIG_HPP