mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-06-07 09:38:41 +02:00
eiger_packet definitions and initial related changes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#define SF_DAQ_BUFFER_FORMATS_HPP
|
||||
|
||||
#include "buffer_config.hpp"
|
||||
#include "jungfrau.hpp"
|
||||
#include "eiger.hpp"
|
||||
|
||||
#pragma pack(push)
|
||||
#pragma pack(1)
|
||||
@@ -27,7 +27,7 @@ struct ImageMetadata {
|
||||
#pragma pack(pop)
|
||||
|
||||
struct ModuleFrameBuffer {
|
||||
ModuleFrame module[JUNGFRAU_N_MODULES];
|
||||
ModuleFrame module[EIGER_N_MODULES];
|
||||
};
|
||||
|
||||
#pragma pack(push)
|
||||
|
||||
Reference in New Issue
Block a user