mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-12 12:05:36 +02:00
Additional parameters in buffer_config
This commit is contained in:
@@ -8,6 +8,8 @@ namespace core_buffer {
|
||||
|
||||
const size_t MODULE_X_SIZE = 1024;
|
||||
const size_t MODULE_Y_SIZE = 512;
|
||||
const size_t MODULE_N_PIXELS = MODULE_X_SIZE * MODULE_Y_SIZE;
|
||||
const size_t MODULE_N_BYTES = MODULE_N_PIXELS * 2;
|
||||
|
||||
// How many frames we store in each file.
|
||||
// Must be power of 10 and <= than FOLDER_MOD
|
||||
|
||||
Reference in New Issue
Block a user