public abstract class TestMode extends RobotMode
| Modifier | Constructor and Description |
|---|---|
protected |
TestMode()
Constructor for a Test Robot mode.
|
protected |
TestMode(java.lang.String name)
Constructor for a Test Robot mode.
|
protected |
TestMode(java.lang.String name,
boolean active)
Constructor for a Test Robot mode.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
modeEnd()
GameMode Specific end code.
|
protected void |
modeInit()
GameMode Specific init code.
|
protected void |
modeRun()
GameMode Specific run code.
|
protected TestMode()
protected TestMode(java.lang.String name)
name - The name for this Test modeprotected TestMode(java.lang.String name,
boolean active)
name - The name for this Test modeactive - Set this mode as the active mode by default