Uses of Interface
io.engineblock.activityapi.input.Input
-
-
-
Uses of Input in io.engineblock.activityapi.core
Methods in io.engineblock.activityapi.core that return Input Modifier and Type Method Description InputMotor. getInput() -
Uses of Input in io.engineblock.activityapi.cyclelog.buffers.results
Classes in io.engineblock.activityapi.cyclelog.buffers.results that implement Input Modifier and Type Class Description classCycleArrayJust cycle numbers in a long array. -
Uses of Input in io.engineblock.activityapi.cyclelog.filters
Methods in io.engineblock.activityapi.cyclelog.filters with parameters of type Input Modifier and Type Method Description InputMapperInputMapper. setInput(Input input) -
Uses of Input in io.engineblock.activityapi.cyclelog.inputs.cyclelog
Classes in io.engineblock.activityapi.cyclelog.inputs.cyclelog that implement Input Modifier and Type Class Description classCycleLogInputMethods in io.engineblock.activityapi.cyclelog.inputs.cyclelog that return Input Modifier and Type Method Description InputCycleLogInputType.Dispenser. getInput(long slot) -
Uses of Input in io.engineblock.activityapi.input
Methods in io.engineblock.activityapi.input that return Input Modifier and Type Method Description InputInputDispenser. getInput(long slot)Resolve (find or create) an Input instance for the slot specified. -
Uses of Input in io.engineblock.activityimpl
Methods in io.engineblock.activityimpl that return Input Modifier and Type Method Description InputFilteringInputDispenser. getInput(long slot) -
Uses of Input in io.engineblock.activityimpl.input
Classes in io.engineblock.activityimpl.input that implement Input Modifier and Type Class Description classAtomicInputTODO: This documentation is out of date as of 2.0.0classInputInterval -
Uses of Input in io.engineblock.activityimpl.motor
Methods in io.engineblock.activityimpl.motor that return Input Modifier and Type Method Description InputCoreMotor. getInput()Methods in io.engineblock.activityimpl.motor with parameters of type Input Modifier and Type Method Description Motor<D>CoreMotor. setInput(Input input)Set the input for this ActivityMotor.Constructors in io.engineblock.activityimpl.motor with parameters of type Input Constructor Description CoreMotor(Activity activity, long slotId, Input input)Create an ActivityMotor.CoreMotor(Activity activity, long slotId, Input input, Action action)Create an ActivityMotor.CoreMotor(Activity activity, long slotId, Input input, Action action, Output output)Create an ActivityMotor.
-