mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-08-25 01:51:16 +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;
|
||||
|
||||
Reference in New Issue
Block a user