mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-20 02:40:03 +02:00

- eiger server: fix for fw workaround where stop acquisition processing done signal does not come up, by removing reset in stop acquisition and waiting for2 seconds for feb done processing signal to go down, if it doesnt, throw if status is not idle. - error messages not setup for some eiger server errors - quad fix (chip signals to trim quad, both left and right registers can be different) - minor logical error of no consequence (stop acquisition returns a different enum than expected)
15 lines
456 B
C
15 lines
456 B
C
// SPDX-License-Identifier: LGPL-3.0-or-other
|
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
|
/** API versions */
|
|
#define GITBRANCH "developer"
|
|
#define APILIB 0x220609
|
|
#define APIRECEIVER 0x220609
|
|
#define APIGUI 0x220609
|
|
#define APICTB 0x221018
|
|
#define APIGOTTHARD 0x221018
|
|
#define APIGOTTHARD2 0x221018
|
|
#define APIJUNGFRAU 0x221018
|
|
#define APIMOENCH 0x221018
|
|
#define APIMYTHEN3 0x221107
|
|
#define APIEIGER 0x221107
|