mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-06 10:00:40 +02:00
formatting and versioning
This commit is contained in:
parent
af3dc1e7f4
commit
14e11e8b5b
@ -1243,8 +1243,7 @@ int DetectorImpl::acquire() {
|
||||
// handle jf sync issue (master idle, slaves stopped)
|
||||
if (statusList.contains_only(IDLE, STOPPED)) {
|
||||
status = STOPPED;
|
||||
}
|
||||
else
|
||||
} else
|
||||
status = statusList.squash(RUNNING);
|
||||
}
|
||||
|
||||
@ -1253,7 +1252,8 @@ int DetectorImpl::acquire() {
|
||||
double progress = (*std::max_element(a.begin(), a.end()));
|
||||
|
||||
// callback
|
||||
acquisition_finished(progress, static_cast<int>(status), acqFinished_p);
|
||||
acquisition_finished(progress, static_cast<int>(status),
|
||||
acqFinished_p);
|
||||
}
|
||||
|
||||
clock_gettime(CLOCK_REALTIME, &end);
|
||||
|
@ -2,8 +2,6 @@
|
||||
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||
/** API versions */
|
||||
#define RELEASE "7.0.3"
|
||||
#define APILIB "7.0.3 0x231024"
|
||||
#define APIRECEIVER "7.0.3 0x231024"
|
||||
#define APICTB "7.0.3 0x231107"
|
||||
#define APIGOTTHARD "7.0.3 0x231107"
|
||||
#define APIGOTTHARD2 "7.0.3 0x231107"
|
||||
@ -11,3 +9,5 @@
|
||||
#define APIMYTHEN3 "7.0.3 0x231107"
|
||||
#define APIMOENCH "7.0.3 0x231107"
|
||||
#define APIEIGER "7.0.3 0x231107"
|
||||
#define APILIB "7.0.3 0x231108"
|
||||
#define APIRECEIVER "7.0.3 0x231108"
|
||||
|
Loading…
x
Reference in New Issue
Block a user