Contents Menu Expand Light mode Dark mode Auto light/dark mode
PMP documentation
Light Logo Dark Logo

ILatch¶

interface ILatch : public INamed, public IEventSource¶

IStateMachine<LatchState> ILatch.StateMachine { get; }

IDictionary<string, ISignal> ILatch.Signals { get; }

IDictionary<string, IInput> ILatch.Inputs { get; }

LatchTriggerType ILatch.TriggerType { get; set; }

LatchTriggerMode ILatch.TriggerMode { get; set; }

void ILatch.Disable()

void ILatch.Enable()

ISubscription ILatch.SubscribeTrigger(LatchTriggeredHandler handler)

ISignal ILatch.WaitTrigger(double timeout)

Next
Methods
Previous
JointType
| Created using Sphinx and Furo theme.