Skip to content

Commit

Permalink
new header for raw files
Browse files Browse the repository at this point in the history
  • Loading branch information
anberga committed Feb 6, 2019
1 parent dcad6c8 commit 3b56091
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define MOENCH03T1RECDATANEW_H
#include "slsDetectorData.h"

#define VERSION_V2
/**
@short structure for a Detector Packet or Image Header
@li frameNumber is the frame number
Expand Down Expand Up @@ -32,6 +33,10 @@
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 */
#ifdef VERSION_V2
uint64_t packetCaught[8]; /**< is the version number of this structure format */
#endif

} sls_detector_header;


Expand Down

0 comments on commit 3b56091

Please sign in to comment.