mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 18:31:31 +01:00
prepare private
This commit is contained in:
@@ -625,11 +625,7 @@ class multiSlsDetector : public virtual slsDetectorDefs {
|
|||||||
*/
|
*/
|
||||||
runStatus getRunStatus(int detPos = -1);//
|
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)
|
* Start detector acquisition (Non blocking)
|
||||||
@@ -2166,6 +2162,12 @@ class multiSlsDetector : public virtual slsDetectorDefs {
|
|||||||
*/
|
*/
|
||||||
void updateUserdetails();
|
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
|
* Check if acquiring flag is set, set error if set
|
||||||
* @returns FAIL if not ready, OK if ready
|
* @returns FAIL if not ready, OK if ready
|
||||||
|
|||||||
Reference in New Issue
Block a user