mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-28 09:10:01 +02:00

* separating pattern levels from command name: command line done * separated patten level from command in examples and default pattern files in servers * command line and server works * python: patnloop not verified, wip * works except for patloop (set, and get does not list properly) * minor * fixed tests * added 3 more levels for ctb and moench * wip * minor err msg * minor * binaries in * separating pattern levels from command name: command line done * separated patten level from command in examples and default pattern files in servers * command line and server works * python: patnloop not verified, wip * works except for patloop (set, and get does not list properly) * minor * fixed tests * added 3 more levels for ctb and moench * wip * minor err msg * minor * binaries in * python working * import fix * changed fw version for ctb and moench. binaries in Co-authored-by: Erik Frojdh <erik.frojdh@gmail.com>
15 lines
432 B
C
15 lines
432 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 0x220714
|
|
#define APIGOTTHARD 0x220714
|
|
#define APIGOTTHARD2 0x220714
|
|
#define APIJUNGFRAU 0x220714
|
|
#define APIMYTHEN3 0x220714
|
|
#define APIMOENCH 0x220714
|
|
#define APIEIGER 0x220714
|