mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
docu for bug fix eiger serbver
This commit is contained in:
parent
45681f86ce
commit
94e3874545
@ -85,6 +85,10 @@ Reiterating, both 2.3 and 3.0 supports the following features:
|
|||||||
file write (so we dont write) and register the callbacks (so the user gets
|
file write (so we dont write) and register the callbacks (so the user gets
|
||||||
the data).
|
the data).
|
||||||
|
|
||||||
|
4. Multiple Receivers have to be started as different processes, instead of threads
|
||||||
|
due to static variables being used. Please refer example code provided in the
|
||||||
|
slsDetectorsPackage/users folder (mainReceiver.cpp).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
New Features
|
New Features
|
||||||
@ -166,7 +170,10 @@ Resolved Issues
|
|||||||
4. (Eiger/Jungfrau) Bug Fix: Client crashing should not crash the server as SIGPIPE
|
4. (Eiger/Jungfrau) Bug Fix: Client crashing should not crash the server as SIGPIPE
|
||||||
signal is caught.
|
signal is caught.
|
||||||
|
|
||||||
5. (Eiger) Buf Fix: Front End Temperature read out conversion fixed.
|
5. (Eiger) Bug Fix: Front End Temperature read out conversion fixed.
|
||||||
|
|
||||||
|
6. (Eiger) Bug Fix: sls_detector_get trimval(get all trimbits) would return only the first pixel
|
||||||
|
value. Now it returns -1 if all the pixels are different.
|
||||||
|
|
||||||
|
|
||||||
Receiver
|
Receiver
|
||||||
|
Loading…
x
Reference in New Issue
Block a user