net.sourceforge.frcsimulator.test
Class FRCBotMIDlet

java.lang.Object
  extended by javax.microedition.midlet.MIDlet
      extended by net.sourceforge.frcsimulator.test.FRCBotMIDlet

public class FRCBotMIDlet
extends MIDlet

The simplest possible robot which extends RobotBase. If this throws exceptions (which it currently does) the simulator won't work until they're cleared up.


Field Summary
protected  DriverStation m_ds
           
 
Constructor Summary
FRCBotMIDlet()
           
 
Method Summary
protected  void 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
 

Field Detail

m_ds

protected final DriverStation m_ds
Constructor Detail

FRCBotMIDlet

public FRCBotMIDlet()
Method Detail

startApp

protected void startApp()
                 throws MIDletStateChangeException
Specified by:
startApp in class MIDlet
Throws:
MIDletStateChangeException