Package io.engineblock.activityapi.input
Interface StrideAware
-
public interface StrideAwareAny activity that implements StrideAware will be notified of the exact interval that it is processing before the first cycle is dispatched from the motor.
-
-
Method Summary
Modifier and Type Method Description voidsetInterval(long cycleStart, long cycleCount)Notify the StrideAware of the base cycle (inclusive) and the number of cycles that it is about to be processing.
-