mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-19 18:40:01 +02:00
Fix gotthard delay (#606)
* fix for set delay for gotthard1 (verification adds master delay even if its not master) * binaries in * binaries name
This commit is contained in:
parent
3cc4d25eb9
commit
713639d001
@ -1 +0,0 @@
|
||||
../slsDetectorServers/gotthardDetectorServer/bin/gotthardDetectorServerv7.0.0.rc1
|
1
serverBin/gotthardDetectorServerv7.0.0.rc2
Symbolic link
1
serverBin/gotthardDetectorServerv7.0.0.rc2
Symbolic link
@ -0,0 +1 @@
|
||||
../slsDetectorServers/gotthardDetectorServer/bin/gotthardDetectorServerv7.0.0.rc2
|
Binary file not shown.
@ -1007,7 +1007,9 @@ int setDelayAfterTrigger(int64_t val) {
|
||||
// validate for tolerance
|
||||
int64_t retval = getDelayAfterTrigger();
|
||||
val /= (1E-9 * CLK_FREQ);
|
||||
val -= masterdefaultdelay;
|
||||
if (master) {
|
||||
val -= masterdefaultdelay;
|
||||
}
|
||||
if (val != retval) {
|
||||
return FAIL;
|
||||
}
|
||||
|
@ -5,9 +5,10 @@
|
||||
#define APILIB "7.0.0.rc1 0x221208"
|
||||
#define APIRECEIVER "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 APIMOENCH "7.0.0.rc1 0x221212"
|
||||
#define APIEIGER "7.0.0.rc1 0x221212"
|
||||
#define APIGOTTHARD "7.0.0.rc2 0x221220"
|
||||
#define APIMYTHEN3 "7.0.0.rc2 0x230116"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user