mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-06-08 06:48:40 +02:00
Rename ImageMetadataBlock
This commit is contained in:
@@ -114,7 +114,7 @@ void JFH5Writer::close_file()
|
||||
}
|
||||
|
||||
void JFH5Writer::write(
|
||||
const ImageMetadataBuffer* metadata, const char* data)
|
||||
const ImageMetadataBlock* metadata, const char* data)
|
||||
{
|
||||
size_t n_images_to_copy = min(n_images_ - current_write_index_,
|
||||
BUFFER_BLOCK_SIZE);
|
||||
|
||||
Reference in New Issue
Block a user