mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-02 19:00:05 +02:00

* set starting frame number of next acquisition for both jungfrau and eiger. firmware has not implemented a get, so workaround. tests included. frame number 0 not allowed due to Eiger. Eiger max frame is 48 bit, while jungfrau is 64 bit * made argument of setstartingframenumber const
11 lines
259 B
C
11 lines
259 B
C
/** API versions */
|
|
#define GITBRANCH "refgui"
|
|
#define APIGOTTHARD 0x190108
|
|
#define APIMOENCH 0x181108
|
|
#define APILIB 0x190405
|
|
#define APIRECEIVER 0x190405
|
|
#define APIGUI 0x190405
|
|
#define APICTB 0x190528
|
|
#define APIEIGER 0x190531
|
|
#define APIJUNGFRAU 0x190531
|