mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-04 05:14:13 +02:00
Add rb size config parameter
This commit is contained in:
@@ -18,6 +18,9 @@ namespace core_buffer {
|
||||
|
||||
// How many frames do we read at once during replay.
|
||||
const size_t REPLAY_BLOCK_SIZE = 100;
|
||||
|
||||
// Size of sf_buffer RB in elements.
|
||||
const size_t BUFFER_RB_SIZE = 1000;
|
||||
}
|
||||
|
||||
#endif //BUFFERCONFIG_HPP
|
||||
|
||||
Reference in New Issue
Block a user