| Package | Description |
|---|---|
| pt.lsts.imc |
| Modifier and Type | Method and Description |
|---|---|
Dislodge.DIRECTION |
Dislodge.getDirection()
Direction to which the vehicle should attempt to unstuck.
|
static Dislodge.DIRECTION |
Dislodge.DIRECTION.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Dislodge.DIRECTION[] |
Dislodge.DIRECTION.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Dislodge |
Dislodge.setDirection(Dislodge.DIRECTION direction) |
| Constructor and Description |
|---|
Dislodge(int timeout,
float rpm,
Dislodge.DIRECTION direction,
java.lang.String custom) |