org.team751.framework.util
Class CompetitionState

java.lang.Object
  extended by org.team751.framework.util.CompetitionState

public class CompetitionState
extends java.lang.Object

Enumeration of possible competition states (disabled, teleoperated, autonomous)

Author:
Sam Crow

Field Summary
static CompetitionState kAutonomous
          Autonomous state
static CompetitionState kDisabled
          Disabled state
static CompetitionState kTeleop
          Teleoperated state
 
Constructor Summary
private CompetitionState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kDisabled

public static CompetitionState kDisabled
Disabled state


kAutonomous

public static CompetitionState kAutonomous
Autonomous state


kTeleop

public static CompetitionState kTeleop
Teleoperated state

Constructor Detail

CompetitionState

private CompetitionState()