mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-06 13:44:13 +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;
|
||||
|
||||
@@ -103,7 +103,7 @@ void FastQueue<T>::release()
|
||||
read_slot_id_ %= n_slots_;
|
||||
}
|
||||
|
||||
template class FastQueue<ImageMetadataBuffer>;
|
||||
template class FastQueue<ImageMetadataBlock>;
|
||||
template class FastQueue<ReplayBuffer>;
|
||||
template class FastQueue<ModuleFrame>;
|
||||
template class FastQueue<ModuleFrameBuffer>;
|
||||
|
||||
Reference in New Issue
Block a user