mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-20 02:48:54 +01:00
Eiger stop lock (#576)
* added a lock when stopping or starting state machine in eiger server * added 5ms right after acq started to make sure it really started * added 100ms right after acq started to make sure it really started
This commit is contained in:
@@ -25,4 +25,6 @@ int sharedMemory_getScanStop();
|
||||
#ifdef EIGERD
|
||||
void sharedMemory_lockLocalLink();
|
||||
void sharedMemory_unlockLocalLink();
|
||||
void sharedMemory_lockAcqFlag();
|
||||
void sharedMemory_unlockAcqFlag();
|
||||
#endif
|
||||
@@ -600,9 +600,6 @@ int setTransmissionDelayRight(int value);
|
||||
#endif
|
||||
|
||||
// aquisition
|
||||
#ifdef EIGERD
|
||||
int prepareAcquisition();
|
||||
#endif
|
||||
int startStateMachine();
|
||||
#ifdef VIRTUAL
|
||||
void *start_timer(void *arg);
|
||||
|
||||
Reference in New Issue
Block a user