Files
slsDetectorPackage/slsSupportLib/include/sls/versionAPI.h
Dhanya Thattil c00af4c0b3
All checks were successful
Build on RHEL9 / build (push) Successful in 3m27s
Build on RHEL8 / build (push) Successful in 4m39s
Run Simulator Tests on local RHEL9 / build (push) Successful in 14m39s
Run Simulator Tests on local RHEL8 / build (push) Successful in 17m3s
check dac voltage only for normal dacs and not for power dacs as the dac voltage range is different for ctb and xilinx ctb, also throw for -1 in set for set_dac in client itself. in the server its not clear if its set or get with a -1
2026-02-16 16:34:39 +01:00

13 lines
471 B
C

// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
/** API versions */
#define APILIB "0.0.0 0x250909"
#define APIRECEIVER "0.0.0 0x250822"
#define APICTB "0.0.0 0x260216"
#define APIGOTTHARD2 "0.0.0 0x260213"
#define APIMOENCH "0.0.0 0x260213"
#define APIEIGER "0.0.0 0x260213"
#define APIXILINXCTB "0.0.0 0x260216"
#define APIJUNGFRAU "0.0.0 0x260213"
#define APIMYTHEN3 "0.0.0 0x260213"