mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 21:37:13 +02:00
Added stopped status
This commit is contained in:
@ -111,7 +111,8 @@ public:
|
|||||||
WAITING, /**< waiting for trigger or gate signal */
|
WAITING, /**< waiting for trigger or gate signal */
|
||||||
RUN_FINISHED, /**< acquisition not running but data in memory */
|
RUN_FINISHED, /**< acquisition not running but data in memory */
|
||||||
TRANSMITTING, /**< acquisition running and data in memory */
|
TRANSMITTING, /**< acquisition running and data in memory */
|
||||||
RUNNING /**< acquisition running, no data in memory */
|
RUNNING, /**< acquisition running, no data in memory */
|
||||||
|
STOPPED /**< received external stop */
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Reference in New Issue
Block a user