mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-02 03:12:24 +02:00
Added module size to config
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
#include <string>
|
||||
|
||||
namespace core_buffer {
|
||||
|
||||
const size_t MODULE_X_SIZE = 1024;
|
||||
const size_t MODULE_Y_SIZE = 512;
|
||||
|
||||
// How many frames we store in each file.
|
||||
// Must be power of 10 and <= than FOLDER_MOD
|
||||
const size_t FILE_MOD = 1000;
|
||||
|
||||
Reference in New Issue
Block a user