mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 10:44:39 +01:00
binaries in
This commit is contained in:
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) {
|
else if (Server_VerifyLock() == OK) {
|
||||||
// check index
|
// check index
|
||||||
|
|
||||||
#ifndef EIGERD
|
// setsettings
|
||||||
|
#ifndef MYTHEN3D
|
||||||
validate_settings((enum detectorSettings)(module.reg));
|
validate_settings((enum detectorSettings)(module.reg));
|
||||||
#endif
|
#endif
|
||||||
ret = setModule(module, mess);
|
ret = setModule(module, mess);
|
||||||
enum detectorSettings retval = getSettings();
|
enum detectorSettings retval = getSettings();
|
||||||
#ifndef EIGERD
|
#ifndef MYTHEN3D
|
||||||
validate(&ret, mess, module.reg, (int)retval, "set module (settings)",
|
validate(&ret, mess, module.reg, (int)retval, "set module (settings)",
|
||||||
DEC);
|
DEC);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -1,9 +1,11 @@
|
|||||||
/** API versions */
|
/** API versions */
|
||||||
#define GITBRANCH "j10partial"
|
#define GITBRANCH "j10partial"
|
||||||
|
|
||||||
#define APILIB 0x210816
|
#define APILIB 0x210816
|
||||||
#define APIRECEIVER 0x210816
|
#define APIRECEIVER 0x210816
|
||||||
#define APIGUI 0x210816
|
#define APIGUI 0x210816
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#define APICTB 0x210825
|
#define APICTB 0x210825
|
||||||
#define APIGOTTHARD 0x210825
|
#define APIGOTTHARD 0x210825
|
||||||
#define APIGOTTHARD2 0x210825
|
#define APIGOTTHARD2 0x210825
|
||||||
|
|||||||
Reference in New Issue
Block a user