|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--robocontrol.RobotControl
The class RobotControl is used as devices for controlling a Lego Mindstorms Roboter. It is connected and gets the commands from the server LegoAdapter.
Constructor Summary | |
RobotControl()
Constructor for the RobotControl. |
Method Summary | |
void |
doit(java.lang.String cmd)
Executes a command. |
static void |
main(java.lang.String[] args)
Main-program of the RobotControl. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RobotControl()
Method Detail |
public void doit(java.lang.String cmd)
cmd
- String representing a command for the Robot.public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |