mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 09:29:55 +01:00
moved receiver start to status start and to startandreadall (acquire), parallelized status start, moved prepare and clean up to multi level and called by start and stop receiver for gotthard, moench and propix
This commit is contained in:
@@ -561,7 +561,17 @@ class multiSlsDetector : public slsDetectorUtils {
|
||||
|
||||
|
||||
// Acquisition functions
|
||||
/**
|
||||
prepares detector for acquisition
|
||||
\returns OK if all detectors are properly started, FAIL otherwise
|
||||
*/
|
||||
int prepareAcquisition();
|
||||
|
||||
/**
|
||||
prepares detector for acquisition
|
||||
\returns OK if all detectors are properly started, FAIL otherwise
|
||||
*/
|
||||
int cleanupAcquisition();
|
||||
|
||||
/**
|
||||
start detector acquisition (master is started as last)
|
||||
|
||||
Reference in New Issue
Block a user