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

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)

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