mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-05 06:04:13 +02:00
Add parameter to buffer more than 1 frame in writer
This commit is contained in:
@@ -103,7 +103,7 @@ void SFWriter::write(const DetectorFrame* metadata, const char* data) {
|
||||
H5P_DEFAULT,
|
||||
0,
|
||||
offset,
|
||||
MODULE_N_BYTES * n_modules_,
|
||||
MODULE_N_BYTES * n_modules_ * WRITER_N_FRAMES_BUFFER,
|
||||
data))
|
||||
{
|
||||
stringstream error_message;
|
||||
|
||||
Reference in New Issue
Block a user