| Modifier and Type | Method and Description |
|---|---|
Input |
Motor.getInput() |
| Modifier and Type | Method and Description |
|---|---|
Motor |
Motor.setInput(Input input)
Set the input on this motor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CycleArray
Just cycle numbers in a long array.
|
| Modifier and Type | Method and Description |
|---|---|
InputMapper |
InputMapper.setInput(Input input) |
| Modifier and Type | Class and Description |
|---|---|
class |
CycleLogInput |
| Modifier and Type | Method and Description |
|---|---|
Input |
CycleLogInputType.Dispenser.getInput(long slot) |
| Modifier and Type | Method and Description |
|---|---|
Input |
InputDispenser.getInput(long slot)
Resolve (find or create) an Input instance for the slot specified.
|
| Modifier and Type | Method and Description |
|---|---|
Input |
FilteringInputDispenser.getInput(long slot) |
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicInput
TODO: This documentation is out of date as of 2.0.0
|
class |
InputInterval |
| Modifier and Type | Method and Description |
|---|---|
Input |
TargetRateInputType.Dispenser.getInput(long slot) |
Input |
CoreInputDispenser.getInput(long slot) |
| Modifier and Type | Method and Description |
|---|---|
Input |
CoreMotor.getInput() |
| Modifier and Type | Method and Description |
|---|---|
Motor |
CoreMotor.setInput(Input input)
Set the input for this ActivityMotor.
|
| Constructor and 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.
|
Copyright © 2018. All rights reserved.