mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 04:47:14 +02:00
WIP, eiger
This commit is contained in:
@ -1773,6 +1773,9 @@ int start_state_machine(int blocking, int file_des) {
|
||||
sharedMemory_setScanStatus(0);
|
||||
break;
|
||||
}
|
||||
#ifdef EIGERD
|
||||
prepareAcquisition();
|
||||
#endif
|
||||
ret = startStateMachine();
|
||||
LOG(logDEBUG2, ("Starting Acquisition ret: %d\n", ret));
|
||||
if (ret == FAIL) {
|
||||
|
Reference in New Issue
Block a user