added and corrected data structures for rectangular pixels

This commit is contained in:
2019-12-06 12:17:31 +01:00
parent 02a36a148f
commit a2c26664ee
7 changed files with 353 additions and 31 deletions

View File

@ -34,6 +34,9 @@
uint16_t roundRNumber; /**< is the round robin set number */
uint8_t detType; /**< is the detector type see :: detectorType */
uint8_t version; /**< is the version number of this structure format */
#ifndef VERSION_V1
uint64_t packetCaught[8]; /**< is the version number of this structure format */
#endif
} sls_detector_header;