mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-19 18:40:01 +02:00
reverted servers of eiger, gotthard, gotthard2, moench and mythen3 as nothing has really changed there other than formatting
This commit is contained in:
parent
c82712b587
commit
87d40d418e
29
RELEASE.txt
29
RELEASE.txt
@ -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
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user