|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.microedition.midlet.MIDlet
edu.wpi.first.wpilibj.RobotBase
edu.wpi.first.wpilibj.SimpleRobot
net.sourceforge.frcsimulator.test.FRCBotWatchdogExample
public class FRCBotWatchdogExample
Field Summary |
---|
Fields inherited from class edu.wpi.first.wpilibj.RobotBase |
---|
ERRORS_TO_DRIVERSTATION_PROP, m_ds, ROBOT_TASK_PRIORITY |
Constructor Summary | |
---|---|
FRCBotWatchdogExample()
|
Method Summary | |
---|---|
void |
operatorControl()
Operator control (tele-operated) code should go here. |
void |
robotInit()
Robot-wide initialization code should go here. |
Methods inherited from class edu.wpi.first.wpilibj.SimpleRobot |
---|
autonomous, disabled, robotMain, startCompetition |
Methods inherited from class edu.wpi.first.wpilibj.RobotBase |
---|
destroyApp, free, getBooleanProperty, getWatchdog, isAutonomous, isDisabled, isEnabled, isNewDataAvailable, isOperatorControl, isSystemActive, pauseApp, startApp |
Methods inherited from class javax.microedition.midlet.MIDlet |
---|
runMIDlet |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FRCBotWatchdogExample()
Method Detail |
---|
public void robotInit()
SimpleRobot
robotInit
in class SimpleRobot
public void operatorControl()
SimpleRobot
operatorControl
in class SimpleRobot
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |