public class main
extends java.lang.Object
| Constructor and Description |
|---|
main() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
inCompetition()
Returns whether or not this is in "competition" mode.
|
static void |
main(java.lang.String[] args)
Starts the program
|
public static boolean inCompetition()
public static void main(java.lang.String[] args)
args - the standard arguments. If "competition" is one of them, then
the SmartDashboard will be in competition modeinCompetition()