prepare private

This commit is contained in:
Erik Frojdh 2019-08-14 10:36:19 +02:00
parent d191cee548
commit a23a3f4467

View File

@ -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