updating release.txt, version API

This commit is contained in:
maliakal_d 2018-08-23 12:48:08 +02:00
parent 0781344117
commit cea6c30ded
2 changed files with 41 additions and 35 deletions

View File

@ -1,53 +1,60 @@
SLS Detector Package 4.0.0 released on 2018-08-22 SLS Detector Package 4.0.0 released on 2018-08-23
================================================= =================================================
INTRODUCTION INTRODUCTION
This document describes the differences between 4.0.0 and 3.2.0 releases. This document describes the differences between 4.0.0 and 3.1.4 releases.
The conda package of the binaries can be downloaded from Download
--------
https://github.com/slsdetectorgroup/sls_detector_software.git The Source Code (Default C++ API):
https://github.com/slsdetectorgroup/slsDetectorPackage
The Conda Package:
https://github.com/slsdetectorgroup/sls_detector_software
The Python Interface (including the package):
https://github.com/slsdetectorgroup/sls_detector
The Python interface to the software package (including the package) is at
https://github.com/slsdetectorgroup/sls_detector.git Documentation
-------------
Manual (both HTML and pdf versions) are provided in Manual (HTML & PDF):
https://www.psi.ch/detectors/documentation
manual/docs/ slsDetectorPackage/manual/docs/
Documentation from Source Code can be found for the Command Line and C++ API in Command Line Documentation:
html:
manual/docs/html/slsDetectorClientDocs/index.html manual/docs/html/slsDetectorClientDocs/index.html
manual/docs/html/slsDetectorUsersDocs/index.html
pdf:
manual/docs/pdf/slsDetectorClientDocs.pdf manual/docs/pdf/slsDetectorClientDocs.pdf
C++ API Documentation:
manual/docs/html/slsDetectorUsersDocs/index.html
manual/docs/pdf/slsDetectorUsersDocs.pdf manual/docs/pdf/slsDetectorUsersDocs.pdf
Documentation to the python API is available at C++ API Example:
manual/manual-api/mainClient.cpp
https://slsdetectorgroup.github.io/sls_detector/ manual/manual-api/mainReceiver.cpp
Python API Documentation:
https://slsdetectorgroup.github.io/sls_detector/
Further Documentation:
https://www.psi.ch/detectors/users-support
Example for detector and receiver API can be found in
manual/manual-api
User documentation can also be accessed directly at this location: Support
-------
https://www.psi.ch/detectors/users-support General Software related:
dhanya.thattil@psi.ch
Please send any software related questions or comments to: anna.bergamaschi@psi.ch
dhanya.thattil@psi.ch
anna.bergamaschi@psi.ch
Please send any python related questions or comments to: Python related:
erik.frojdh@psi.ch
erik.frojdh@psi.ch
@ -63,7 +70,6 @@ CONTENTS
Firmware Requirements Firmware Requirements
===================== =====================
@ -79,8 +85,8 @@ Firmware Requirements
Jungfrau Jungfrau
======== ========
Minimum compatible version : 26.02.2018 Minimum compatible version : 15.06.2018
Latest version : 26.02.2018 Latest version : 15.06.2018
Detector Upgrade Detector Upgrade

View File

@ -1,5 +1,5 @@
/** API versions */ /** API versions */
#define APIRECEIVER 0x180517 #define APIRECEIVER 0x180718
#define APIEIGER 0x180820 #define APIEIGER 0x180820
#define APIJUNGFRAU 0x180820 #define APIJUNGFRAU 0x180820
#define APIGOTTHARD 0x180820 #define APIGOTTHARD 0x180820