diff --git a/slsDetectorServers/ctbDetectorServer/bin/ctbDetectorServerv7.0.0.rc1 b/slsDetectorServers/ctbDetectorServer/bin/ctbDetectorServerv7.0.0.rc1 index b720ce36d..d45f830b1 100755 Binary files a/slsDetectorServers/ctbDetectorServer/bin/ctbDetectorServerv7.0.0.rc1 and b/slsDetectorServers/ctbDetectorServer/bin/ctbDetectorServerv7.0.0.rc1 differ diff --git a/slsDetectorServers/eigerDetectorServer/bin/eigerDetectorServerv7.0.0.rc1 b/slsDetectorServers/eigerDetectorServer/bin/eigerDetectorServerv7.0.0.rc1 index c8a3106c3..148a5c0b6 100755 Binary files a/slsDetectorServers/eigerDetectorServer/bin/eigerDetectorServerv7.0.0.rc1 and b/slsDetectorServers/eigerDetectorServer/bin/eigerDetectorServerv7.0.0.rc1 differ diff --git a/slsDetectorServers/gotthard2DetectorServer/bin/gotthard2DetectorServerv7.0.0.rc1 b/slsDetectorServers/gotthard2DetectorServer/bin/gotthard2DetectorServerv7.0.0.rc1 index 8b491f7a5..d1ce93fe2 100755 Binary files a/slsDetectorServers/gotthard2DetectorServer/bin/gotthard2DetectorServerv7.0.0.rc1 and b/slsDetectorServers/gotthard2DetectorServer/bin/gotthard2DetectorServerv7.0.0.rc1 differ diff --git a/slsDetectorServers/gotthardDetectorServer/bin/gotthardDetectorServerv7.0.0.rc1 b/slsDetectorServers/gotthardDetectorServer/bin/gotthardDetectorServerv7.0.0.rc1 index 42b0ec36a..9dbacaa9d 100755 Binary files a/slsDetectorServers/gotthardDetectorServer/bin/gotthardDetectorServerv7.0.0.rc1 and b/slsDetectorServers/gotthardDetectorServer/bin/gotthardDetectorServerv7.0.0.rc1 differ diff --git a/slsDetectorServers/jungfrauDetectorServer/bin/jungfrauDetectorServerv7.0.0.rc1 b/slsDetectorServers/jungfrauDetectorServer/bin/jungfrauDetectorServerv7.0.0.rc1 index 9a8617e06..c00185e30 100755 Binary files a/slsDetectorServers/jungfrauDetectorServer/bin/jungfrauDetectorServerv7.0.0.rc1 and b/slsDetectorServers/jungfrauDetectorServer/bin/jungfrauDetectorServerv7.0.0.rc1 differ diff --git a/slsDetectorServers/moenchDetectorServer/bin/moenchDetectorServerv7.0.0.rc1 b/slsDetectorServers/moenchDetectorServer/bin/moenchDetectorServerv7.0.0.rc1 index 23e175123..b44ac029b 100755 Binary files a/slsDetectorServers/moenchDetectorServer/bin/moenchDetectorServerv7.0.0.rc1 and b/slsDetectorServers/moenchDetectorServer/bin/moenchDetectorServerv7.0.0.rc1 differ diff --git a/slsDetectorServers/mythen3DetectorServer/bin/mythen3DetectorServerv7.0.0.rc1 b/slsDetectorServers/mythen3DetectorServer/bin/mythen3DetectorServerv7.0.0.rc1 index 5ffed316c..ec957aa31 100755 Binary files a/slsDetectorServers/mythen3DetectorServer/bin/mythen3DetectorServerv7.0.0.rc1 and b/slsDetectorServers/mythen3DetectorServer/bin/mythen3DetectorServerv7.0.0.rc1 differ diff --git a/slsDetectorServers/slsDetectorServer/src/slsDetectorServer_funcs.c b/slsDetectorServers/slsDetectorServer/src/slsDetectorServer_funcs.c index 6419060a0..7f5c0b2e5 100644 --- a/slsDetectorServers/slsDetectorServer/src/slsDetectorServer_funcs.c +++ b/slsDetectorServers/slsDetectorServer/src/slsDetectorServer_funcs.c @@ -87,7 +87,8 @@ int updateModeAllowedFunction(int file_des) { F_PROGRAM_FPGA, F_RESET_FPGA, F_INITIAL_CHECKS, F_REBOOT_CONTROLLER, F_GET_KERNEL_VERSION, F_UPDATE_KERNEL, F_UPDATE_DETECTOR_SERVER, F_GET_UPDATE_MODE, F_SET_UPDATE_MODE, - F_GET_NUM_CHANNELS, F_GET_NUM_INTERFACES, F_ACTIVATE}; + F_GET_NUM_CHANNELS, F_GET_NUM_INTERFACES, F_ACTIVATE, + F_GET_HARDWARE_VERSION}; size_t allowedFuncsSize = sizeof(allowedFuncs) / sizeof(enum detFuncs); for (unsigned int i = 0; i < allowedFuncsSize; ++i) { diff --git a/slsSupportLib/include/sls/versionAPI.h b/slsSupportLib/include/sls/versionAPI.h index 40e5e27ff..233526457 100644 --- a/slsSupportLib/include/sls/versionAPI.h +++ b/slsSupportLib/include/sls/versionAPI.h @@ -4,10 +4,10 @@ #define RELEASE "7.0.0.rc1" #define APILIB "7.0.0.rc1 0x221208" #define APIRECEIVER "7.0.0.rc1 0x221208" -#define APICTB "7.0.0.rc1 0x221208" -#define APIGOTTHARD "7.0.0.rc1 0x221208" -#define APIGOTTHARD2 "7.0.0.rc1 0x221208" -#define APIJUNGFRAU "7.0.0.rc1 0x221208" -#define APIMYTHEN3 "7.0.0.rc1 0x221208" -#define APIMOENCH "7.0.0.rc1 0x221208" -#define APIEIGER "7.0.0.rc1 0x221208" +#define APICTB "7.0.0.rc1 0x221212" +#define APIGOTTHARD "7.0.0.rc1 0x221212" +#define APIGOTTHARD2 "7.0.0.rc1 0x221212" +#define APIJUNGFRAU "7.0.0.rc1 0x221212" +#define APIMYTHEN3 "7.0.0.rc1 0x221212" +#define APIMOENCH "7.0.0.rc1 0x221212" +#define APIEIGER "7.0.0.rc1 0x221212"