mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-08 01:32:04 +02:00
Remove unused struct
This commit is contained in:
@@ -13,16 +13,4 @@ struct ImageMetadataBuffer
|
||||
uint16_t n_images;
|
||||
};
|
||||
|
||||
#pragma pack(push)
|
||||
#pragma pack(1)
|
||||
struct ReplayModuleFrameBuffer {
|
||||
ModuleFrame frame[core_buffer::REPLAY_READ_BUFFER_SIZE];
|
||||
bool is_frame_present[core_buffer::REPLAY_READ_BUFFER_SIZE];
|
||||
bool is_good_frame[core_buffer::REPLAY_READ_BUFFER_SIZE];
|
||||
uint16_t module_id;
|
||||
uint64_t data_n_bytes;
|
||||
uint16_t n_frames;
|
||||
};
|
||||
#pragma pack(pop)
|
||||
|
||||
#endif //SF_DAQ_BUFFER_FORMATS_HPP
|
||||
|
||||
Reference in New Issue
Block a user