mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-12 07:30:03 +02:00
- do not validate write reg, setbit and clearbit by default anymore - --validate will force validation on the bitmask or entire reg - remove return value for write reg (across server to client, but thankfully not in the Detector class) - extend validation into writereg, setbit and clearbit for Eiger (always special) - need to check python (TODO) - missed the rx_zmqip implementations in detector.h and python bindings
15 lines
582 B
C
15 lines
582 B
C
// SPDX-License-Identifier: LGPL-3.0-or-other
|
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
|
/** API versions */
|
|
#define RELEASE "developer"
|
|
#define APILIB "developer 0x230224"
|
|
#define APIRECEIVER "developer 0x230224"
|
|
#define APICTB "developer 0x240918"
|
|
#define APIGOTTHARD "developer 0x240918"
|
|
#define APIGOTTHARD2 "developer 0x240918"
|
|
#define APIJUNGFRAU "developer 0x240918"
|
|
#define APIMYTHEN3 "developer 0x240918"
|
|
#define APIMOENCH "developer 0x240918"
|
|
#define APIXILINXCTB "developer 0x240918"
|
|
#define APIEIGER "developer 0x240918"
|