IAxisControlBase¶
-
interface IAxisControlBase : public INamed, public IEventSource, public IEventResponder, public System.IDisposable¶
System.Collections.IEnumerable<IEvent> IAxisControlBase.Errors { get; }
EventOccurrence IAxisControlBase.RootError { get; }
IDictionary<string, ISignal> IAxisControlBase.Signals { get; }
IStateMachine<AxisControlState> IAxisControlBase.StateMachine { get; }
ICommandQueue IAxisControlBase.CommandQueue { get; }
void IAxisControlBase.ResetFault()
ISubscription IAxisControlBase.SubscribeRootError(EventOccurredHandler handler)