mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-02 03:12:24 +02:00
Added stats modulo property to general config
This commit is contained in:
@@ -32,6 +32,9 @@ namespace core_buffer {
|
||||
|
||||
// How many frames to buffer before flushing to file.
|
||||
const size_t WRITER_BUFFER_SIZE = 100;
|
||||
|
||||
// Number of pulses between each statistics print out.
|
||||
const size_t STATS_MODULO = 100;
|
||||
}
|
||||
|
||||
#endif //BUFFERCONFIG_HPP
|
||||
|
||||
Reference in New Issue
Block a user