LatchState¶
-
enum LatchState¶
Possible states a latch can be in.
-
enumerator NotConfigured¶
Latch is not configured. Required configurations are DataSource input, TriggerSource input, latch trigger type and trigger mode.
-
enumerator Configured¶
Latch is configured and can be enabled using
ILatch.Enable()
.
-
enumerator Waiting¶
Latch is waiting for trigger event. Modifying the data or trigger source input is not allowed in this state.
-
enumerator Triggered¶
Latch is triggered. Subscribed callbacks are called and/or any clients blocked on
ILatch.WaitTrigger()
are unblocked. Modifying the data or trigger source input is not allowed in this state.
-
enumerator NotConfigured¶