mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 22:40:02 +02:00
prepare private
This commit is contained in:
parent
d191cee548
commit
a23a3f4467
@ -625,11 +625,7 @@ class multiSlsDetector : public virtual slsDetectorDefs {
|
||||
*/
|
||||
runStatus getRunStatus(int detPos = -1);//
|
||||
|
||||
/**
|
||||
* Prepares detector for acquisition (Eiger)
|
||||
* @param detPos -1 for all detectors in list or specific detector position
|
||||
*/
|
||||
void prepareAcquisition(int detPos = -1);//
|
||||
|
||||
|
||||
/**
|
||||
* Start detector acquisition (Non blocking)
|
||||
@ -2166,6 +2162,12 @@ class multiSlsDetector : public virtual slsDetectorDefs {
|
||||
*/
|
||||
void updateUserdetails();
|
||||
|
||||
/**
|
||||
* Prepares detector for acquisition (Eiger)
|
||||
* @param detPos -1 for all detectors in list or specific detector position
|
||||
*/
|
||||
void prepareAcquisition(int detPos = -1);//
|
||||
|
||||
/**
|
||||
* Check if acquiring flag is set, set error if set
|
||||
* @returns FAIL if not ready, OK if ready
|
||||
|
Loading…
x
Reference in New Issue
Block a user