mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-26 08:10:02 +02:00

* eiger: moved rate correction outside, fixed threshold energy bug in client (binaries not updated yet) * removed dr and deadtiem from shm * help for rx_status and status to point them to rx_Start, rx_stop, start and stop * moved progress to receiver * removed currentsettings from eiger shm * updated server binaries, and client api * moench and ctb virtual servers compile fix * gui: moved acquire to a concurrent qt thread so it doesnt block updateplot
13 lines
320 B
C
13 lines
320 B
C
/** API versions */
|
|
#define GITBRANCH "removeshm"
|
|
#define APICTB 0x200402
|
|
#define APIGOTTHARD 0x200402
|
|
#define APIGOTTHARD2 0x200402
|
|
#define APIJUNGFRAU 0x200402
|
|
#define APIMYTHEN3 0x200402
|
|
#define APIMOENCH 0x200331
|
|
#define APIEIGER 0x200402
|
|
#define APILIB 0x200402
|
|
#define APIRECEIVER 0x200402
|
|
#define APIGUI 0x200331
|