mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 17:58:05 +01:00
merged with g2continuous
This commit is contained in:
@@ -391,9 +391,10 @@ typedef struct {
|
||||
* burst mode for gotthard2
|
||||
*/
|
||||
enum burstMode {
|
||||
BURST_OFF,
|
||||
BURST_INTERNAL,
|
||||
BURST_EXTERNAL,
|
||||
CONTINUOUS_INTERNAL,
|
||||
CONTINUOUS_EXTERNAL,
|
||||
NUM_BURST_MODES
|
||||
};
|
||||
|
||||
@@ -471,7 +472,7 @@ typedef struct {
|
||||
uint32_t adc10gMask{0};
|
||||
ROI roi;
|
||||
uint32_t countermask{0};
|
||||
burstMode burstType{BURST_OFF};
|
||||
burstMode burstType{BURST_INTERNAL};
|
||||
int64_t expTime1Ns{0};
|
||||
int64_t expTime2Ns{0};
|
||||
int64_t expTime3Ns{0};
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
#define APILIB 0x200810
|
||||
#define APIRECEIVER 0x200810
|
||||
#define APIGUI 0x200804
|
||||
#define APICTB 0x200828
|
||||
#define APIGOTTHARD 0x200828
|
||||
#define APIGOTTHARD2 0x200908
|
||||
#define APIJUNGFRAU 0x200828
|
||||
#define APIMYTHEN3 0x200908
|
||||
#define APIMOENCH 0x200828
|
||||
#define APIEIGER 0x200908
|
||||
#define APICTB 0x200908
|
||||
#define APIGOTTHARD 0x200908
|
||||
#define APIGOTTHARD2 0x200908
|
||||
#define APIJUNGFRAU 0x200908
|
||||
#define APIMYTHEN3 0x200908
|
||||
#define APIMOENCH 0x200908
|
||||
|
||||
Reference in New Issue
Block a user