mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-22 20:54:35 +02:00
Increase current write index
This commit is contained in:
@@ -89,4 +89,6 @@ void SFWriter::write(shared_ptr<DetectorFrame> metadata, char* data) {
|
||||
image_dataset_.write(data, H5::PredType::NATIVE_UINT16,
|
||||
buffer_space,
|
||||
disk_space);
|
||||
|
||||
current_write_index_++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user