|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--real.ControllerDL
This class provides the functionality necessary to download an Intellego Controller to the real RCX robot.
Constructor Summary | |
ControllerDL(java.io.File sourceFile,
java.io.File dir)
Constructor: attempts to download the controller file passed to it. |
Method Summary | |
java.io.File |
createFile(java.lang.String className)
Creates a Java file with a main method to allow the controller to be run in the real RCX. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ControllerDL(java.io.File sourceFile, java.io.File dir)
sourceFile
- the Java source file of the controller to be downloadeddir
- the directory where this file resides.Method Detail |
public java.io.File createFile(java.lang.String className)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |