|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompetitionState | |
---|---|
org.team751.framework | |
org.team751.framework.util |
Uses of CompetitionState in org.team751.framework |
---|
Fields in org.team751.framework declared as CompetitionState | |
---|---|
private CompetitionState |
ThreadedRobot.state
|
private CompetitionState |
RobotTask.state
The current phase of competition |
Methods in org.team751.framework with parameters of type CompetitionState | |
---|---|
(package private) void |
RobotTask.setState(CompetitionState state)
Change this task's competition state If the new state is different from the current state, this method will call interrupt() to ensure that it knows about the new state. |
Uses of CompetitionState in org.team751.framework.util |
---|
Fields in org.team751.framework.util declared as CompetitionState | |
---|---|
static CompetitionState |
CompetitionState.kAutonomous
Autonomous state |
static CompetitionState |
CompetitionState.kDisabled
Disabled state |
static CompetitionState |
CompetitionState.kTeleop
Teleoperated state |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |