mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-11 07:02:04 +02:00
ModuleFrame struct with row and column
This commit is contained in:
@@ -24,9 +24,9 @@ struct det_packet {
|
||||
uint64_t timestamp;
|
||||
|
||||
uint16_t moduleID;
|
||||
uint16_t xCoord;
|
||||
uint16_t yCoord;
|
||||
uint16_t zCoord;
|
||||
uint16_t row;
|
||||
uint16_t column;
|
||||
uint16_t reserved;
|
||||
|
||||
uint32_t debug;
|
||||
uint16_t roundRobin;
|
||||
|
||||
@@ -22,6 +22,8 @@ struct ModuleFrame {
|
||||
uint64_t daq_rec;
|
||||
uint64_t n_recv_packets;
|
||||
uint64_t module_id;
|
||||
uint16_t row;
|
||||
uint16_t column;
|
||||
};
|
||||
#pragma pack(pop)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user