mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-01 20:32:25 +02:00
Rename ImageMetadataBlock
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include "buffer_config.hpp"
|
||||
#include "jungfrau.hpp"
|
||||
|
||||
struct ImageMetadataBuffer
|
||||
struct ImageMetadataBlock
|
||||
{
|
||||
uint64_t pulse_id[core_buffer::BUFFER_BLOCK_SIZE];
|
||||
uint64_t frame_index[core_buffer::BUFFER_BLOCK_SIZE];
|
||||
@@ -29,7 +29,7 @@ struct BufferBinaryFormat {
|
||||
|
||||
#pragma pack(push)
|
||||
#pragma pack(1)
|
||||
struct BufferBlock
|
||||
struct BufferBinaryBlock
|
||||
{
|
||||
BufferBinaryFormat frame[core_buffer::BUFFER_BLOCK_SIZE];
|
||||
uint64_t start_pulse_id;
|
||||
|
||||
Reference in New Issue
Block a user