mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-29 15:41:18 +01:00
@@ -407,6 +407,11 @@ void Module::startAcquisition() {
|
||||
sendToDetector(F_START_ACQUISITION);
|
||||
}
|
||||
|
||||
void Module::startReadout() {
|
||||
shm()->stoppedFlag = false;
|
||||
sendToDetector(F_START_READOUT);
|
||||
}
|
||||
|
||||
void Module::stopAcquisition() {
|
||||
// get status before stopping acquisition
|
||||
runStatus s = ERROR, r = ERROR;
|
||||
|
||||
Reference in New Issue
Block a user