Merge branch '3.0-rc' into developer

This commit is contained in:
Dhanya Maliakal
2017-08-10 18:46:42 +02:00

View File

@ -125,16 +125,21 @@ New Features
------
8. (Eiger) Can now set Threshold without uploading Trimbits.
9. (Eiger) Setting high voltage returns -999 for only slave and on the multi level gives
the value of the master only.
10. StartAcquisition (or sls_detector_put status start) parallelized.
Gui
---
9. Set the data streaming port (individually/ a single one that calculates for the other
10. Set the data streaming port (individually/ a single one that calculates for the other
receiver streamer threads) via the command line
Users
-----
10. Users example forks new child processes for every extra receiver object.
11. Users example forks new child processes for every extra receiver object.
@ -152,6 +157,7 @@ Resolved Issues
3. Bug Fix: Client crashing when rx_hostname is IP instead of a hostname has been fixed.
Server
------
4. (Eiger/Jungfrau) Bug Fix: Client crashing should not crash the server as SIGPIPE
@ -167,7 +173,15 @@ Resolved Issues
7. Acquire & Unblocking acquire (receiver start, status start, receiver stop) can work
also when switching from gui to command line and vice versa.
8. Bug Fix: sls_detector_get frameindex was always returning 0
8. Bug Fix: sls_detector_get frameindex was always returning 0.
9. Bug Fix: In the rare chance that the shut down socket is still processing in
the genericsocket class, but the object is being deleted.
10. (Eiger): When running independent(not slsReceiver) receiver, one needn't do receiver start
to prepare acquisition. Prepare Acquisition has been moved to StartAcqusition and
StartAndReadAll.
Known Issues