ICommandQueue¶
- 
interface ICommandQueue : public INamed, public IEventSource, public IEventResponder¶
- uint ICommandQueue.Depth { get; }- ICommandBase ICommandQueue.FailedCommand { get; }- System.Collections.IEnumerable<ICommandSequence> ICommandQueue.Sequences { get; }- IDictionary<string, ISignal> ICommandQueue.Signals { get; }- IDictionary<string, IInput> ICommandQueue.Inputs { get; }- System.Collections.IEnumerable<CommandType> ICommandQueue.SupportedCommandTypes { get; }- IStateMachine<CommandQueueState> ICommandQueue.StateMachine { get; }- ICommandSequence ICommandQueue.CreateCommandSequence(CommandType type)