mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
binaries in
This commit is contained in:
commit
4e0b2fe657
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1562,12 +1562,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
|
||||
|
@ -1,9 +1,11 @@
|
||||
/** API versions */
|
||||
#define GITBRANCH "j10partial"
|
||||
|
||||
#define APILIB 0x210816
|
||||
#define APIRECEIVER 0x210816
|
||||
#define APIGUI 0x210816
|
||||
|
||||
|
||||
|
||||
#define APICTB 0x210825
|
||||
#define APIGOTTHARD 0x210825
|
||||
#define APIGOTTHARD2 0x210825
|
||||
|
Loading…
x
Reference in New Issue
Block a user