|
2010 FRC Java API |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.spot.ota.VxWorks
public class VxWorks
Field Summary | |
---|---|
static int |
BOOT_CLEAR
the same as BOOT_NORMAL, except that memory is cleared. |
static int |
BOOT_NO_AUTOBOOT
causes the system to display the VxWorks boot prompt and wait for user input to the boot ROM monitor. |
static int |
BOOT_NORMAL
causes the system to go through the countdown sequence and try to reboot VxWorks automatically. |
static int |
BOOT_QUICK_AUTOBOOT
the same as BOOT_NORMAL, except the countdown is shorter. |
protected static Function |
rebootFunction
|
Method Summary | |
---|---|
static void |
reboot(int how)
Reboot cRIO |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int BOOT_NORMAL
public static final int BOOT_NO_AUTOBOOT
public static final int BOOT_CLEAR
public static final int BOOT_QUICK_AUTOBOOT
protected static final Function rebootFunction
Method Detail |
---|
public static void reboot(int how)
how
-
|
2010 FRC Java API |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |