2010 FRC Java API


com.sun.spot.ota
Class VxWorks

java.lang.Object
  extended by com.sun.spot.ota.VxWorks

public class VxWorks
extends Object

Author:
ea149956

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

BOOT_NORMAL

public static final int BOOT_NORMAL
causes the system to go through the countdown sequence and try to reboot VxWorks automatically. Memory is not cleared.

See Also:
Constant Field Values

BOOT_NO_AUTOBOOT

public static final int BOOT_NO_AUTOBOOT
causes the system to display the VxWorks boot prompt and wait for user input to the boot ROM monitor. Memory is not cleared.

See Also:
Constant Field Values

BOOT_CLEAR

public static final int BOOT_CLEAR
the same as BOOT_NORMAL, except that memory is cleared.

See Also:
Constant Field Values

BOOT_QUICK_AUTOBOOT

public static final int BOOT_QUICK_AUTOBOOT
the same as BOOT_NORMAL, except the countdown is shorter.

See Also:
Constant Field Values

rebootFunction

protected static final Function rebootFunction
Method Detail

reboot

public static void reboot(int how)
Reboot cRIO

Parameters:
how -

2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.