mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-01 13:02:22 +02:00
Remove raw header from FrameMetadata
This commit is contained in:
+3
-3
@@ -14,13 +14,13 @@
|
||||
|
||||
struct FrameMetadata
|
||||
{
|
||||
// Needed for the buffer.
|
||||
size_t buffer_slot_index = 0;
|
||||
|
||||
size_t frame_bytes_size = 0;
|
||||
|
||||
// Part of the message header.
|
||||
size_t frame_index = 0;
|
||||
size_t frame_shape[2];
|
||||
|
||||
std::string frame_header;
|
||||
};
|
||||
|
||||
class RingBuffer
|
||||
|
||||
Reference in New Issue
Block a user