mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 23:10:02 +02:00
merge fix
This commit is contained in:
commit
41f0687671
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1545,12 +1545,13 @@ int set_module(int file_des) {
|
||||
else if (Server_VerifyLock() == OK) {
|
||||
// check index
|
||||
|
||||
#ifndef EIGERD
|
||||
// setsettings
|
||||
#ifndef MYTHEN3D
|
||||
validate_settings((enum detectorSettings)(module.reg));
|
||||
#endif
|
||||
ret = setModule(module, mess);
|
||||
enum detectorSettings retval = getSettings();
|
||||
#ifndef EIGERD
|
||||
#ifndef MYTHEN3D
|
||||
validate(&ret, mess, module.reg, (int)retval, "set module (settings)",
|
||||
DEC);
|
||||
#endif
|
||||
|
@ -4,10 +4,10 @@
|
||||
#define APILIB 0x210816
|
||||
#define APIRECEIVER 0x210816
|
||||
#define APIGUI 0x210816
|
||||
#define APIEIGER 0x210825
|
||||
#define APICTB 0x210825
|
||||
#define APIGOTTHARD 0x210825
|
||||
#define APIGOTTHARD2 0x210825
|
||||
#define APIJUNGFRAU 0x210825
|
||||
#define APIMYTHEN3 0x210825
|
||||
#define APIMOENCH 0x210825
|
||||
#define APIEIGER 0x210825
|
||||
|
Loading…
x
Reference in New Issue
Block a user