reverted servers of eiger, gotthard, gotthard2, moench and mythen3 as nothing has really changed there other than formatting

This commit is contained in:
maliakal_d 2025-03-03 15:30:35 +01:00
parent c82712b587
commit 87d40d418e
7 changed files with 29 additions and 10 deletions

View File

@ -29,18 +29,37 @@ This document describes the differences between v9.1.0 and v9.0.0
1.1 New or Changed Features
============================
1.2 Resolved Features
======================
Client
-------
* Command line - Multi detector index inside file
Multi detector index '[index]-' was ignored silently in the config/parameter
file since 5.0.0. Now, it will throw an exception. Please use the multi
detector index on the 'config' or 'parameter' command instead.
2 On-board Detector Server Compatibility 2 On-board Detector Server Compatibility
========================================== ==========================================
Eiger 9.1.0 Eiger 9.0.0
Jungfrau 9.1.0 Jungfrau 9.1.0
Mythen3 9.1.0 Mythen3 9.0.0
Gotthard2 9.1.0 Gotthard2 9.0.0
Gotthard 9.1.0 Gotthard 9.0.0
Moench 9.1.0 Moench 9.0.0
On-board Detector Server Upgrade On-board Detector Server Upgrade

View File

@ -1,13 +1,13 @@
// SPDX-License-Identifier: LGPL-3.0-or-other // SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package // Copyright (C) 2021 Contributors to the SLS Detector Package
/** API versions */ /** API versions */
#define APIGOTTHARD "9.0.0 0x241121"
#define APIGOTTHARD2 "9.0.0 0x241121"
#define APIMYTHEN3 "9.0.0 0x241121"
#define APIMOENCH "9.0.0 0x241121"
#define APIEIGER "9.0.0 0x241121"
#define APILIB "9.1.0 0x250204" #define APILIB "9.1.0 0x250204"
#define APIRECEIVER "9.1.0 0x250204" #define APIRECEIVER "9.1.0 0x250204"
#define APICTB "9.1.0 0x250204" #define APICTB "9.1.0 0x250204"
#define APIGOTTHARD "9.1.0 0x250204"
#define APIGOTTHARD2 "9.1.0 0x250204"
#define APIMYTHEN3 "9.1.0 0x250204"
#define APIMOENCH "9.1.0 0x250204"
#define APIXILINXCTB "9.1.0 0x250204" #define APIXILINXCTB "9.1.0 0x250204"
#define APIEIGER "9.1.0 0x250204"
#define APIJUNGFRAU "9.1.0 0x250224" #define APIJUNGFRAU "9.1.0 0x250224"