mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-26 16:20:03 +02:00
minor
This commit is contained in:
parent
f42d591845
commit
e6340456f6
@ -148,7 +148,7 @@ Result<defs::detectorSettings> Detector::getSettings(Positions pos) const {
|
|||||||
return pimpl->Parallel(&slsDetector::getSettings, pos);
|
return pimpl->Parallel(&slsDetector::getSettings, pos);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Detector::setSettings(defs::detectorSettings value, Positions pos) {
|
void Detector::setSettings(const defs::detectorSettings value, Positions pos) {
|
||||||
pimpl->Parallel(&slsDetector::setSettings, pos, value);
|
pimpl->Parallel(&slsDetector::setSettings, pos, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,7 +19,6 @@ class detectorData;
|
|||||||
#define MULTI_SHMAPIVERSION 0x190809
|
#define MULTI_SHMAPIVERSION 0x190809
|
||||||
#define MULTI_SHMVERSION 0x200131
|
#define MULTI_SHMVERSION 0x200131
|
||||||
#define SHORT_STRING_LENGTH 50
|
#define SHORT_STRING_LENGTH 50
|
||||||
#define DATE_LENGTH 30
|
|
||||||
|
|
||||||
#include <future>
|
#include <future>
|
||||||
#include <numeric>
|
#include <numeric>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user