Add single send module struct

This commit is contained in:
2020-04-22 11:34:53 +02:00
parent c4e982baa9
commit b3d7bf6852
+11
View File
@@ -31,4 +31,15 @@ struct jungfrau_packet {
};
#pragma pack(pop)
#pragma pack(push)
#pragma pack(1)
struct ModuleFrame {
uint64_t pulse_id;
uint64_t frame_index;
uint32_t daq_rec;
uint16_t n_received_packets;
uint16_t module_id;
};
#pragma pack(pop)
#endif