mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-01 08:02:23 +02:00
Unify data types to use a 2d HDF dataset
This commit is contained in:
@@ -36,9 +36,9 @@ struct jungfrau_packet {
|
||||
struct ModuleFrame {
|
||||
uint64_t pulse_id;
|
||||
uint64_t frame_index;
|
||||
uint32_t daq_rec;
|
||||
uint16_t n_received_packets;
|
||||
uint16_t module_id;
|
||||
uint64_t daq_rec;
|
||||
uint64_t n_received_packets;
|
||||
uint64_t module_id;
|
||||
};
|
||||
#pragma pack(pop)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user