mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 23:55:52 +01:00
eiger bug fix: 4 bit mode gap pixels, also added quad to shm
This commit is contained in:
@@ -3734,6 +3734,14 @@ int send_update(int file_des) {
|
||||
if (n < 0) return printSocketReadError();
|
||||
|
||||
|
||||
#ifdef EIGERD
|
||||
#ifdef SLS_DETECTOR_FUNCTION_LIST
|
||||
nm=getQuad();
|
||||
#endif
|
||||
n = sendData(file_des,&nm,sizeof(int32_t),INT32);
|
||||
if (n < 0) return printSocketReadError();
|
||||
#endif
|
||||
|
||||
if (lockStatus==0) {
|
||||
strcpy(lastClientIP,thisClientIP);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user