setup doxygen and clang-uml files

This commit is contained in:
Bechir Braham
2024-04-11 17:20:34 +02:00
parent 111b421476
commit 2ebbd0d7cd
640 changed files with 77235 additions and 4 deletions

View File

@ -11,7 +11,7 @@
namespace aare {
typedef struct {
struct sls_detector_header {
uint64_t frameNumber;
uint32_t expLength;
uint32_t packetNumber;
@ -26,7 +26,7 @@ typedef struct {
uint8_t detType;
uint8_t version;
uint8_t packetMask[64];
} __attribute__((packed)) sls_detector_header;
};
struct xy {
int row;