[−][src]Trait aimc_hal::automation::AutomationSequence
An automation sequence which will either be polled to completion or abort early with a fault.
Associated Types
type FaultInfo
Extra info attached to a fault.
Required methods
fn poll(
&mut self,
inputs: &Input,
outputs: &mut Output
) -> Transition<Self::FaultInfo>
&mut self,
inputs: &Input,
outputs: &mut Output
) -> Transition<Self::FaultInfo>
Implementors
impl<I, O, A, const N: usize> AutomationSequence<I, O> for All<A, { N }> where
A: AutomationSequence<I, O>, [src]
A: AutomationSequence<I, O>,