mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-20 00:37:12 +02: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
|
Reference in New Issue
Block a user