robocontrol
Class RobotControl

java.lang.Object
  |
  +--robocontrol.RobotControl

public class RobotControl
extends java.lang.Object

The class RobotControl is used as devices for controlling a Lego Mindstorms Roboter. It is connected and gets the commands from the server LegoAdapter.

Version:
0.1, 05/2002
Author:
Gerald Kogler
See Also:
java-source-code, jlegocom help docs

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

RobotControl

public RobotControl()
Constructor for the RobotControl.

Method Detail

doit

public void doit(java.lang.String cmd)
Executes a command.

Parameters:
cmd - String representing a command for the Robot.

main

public static void main(java.lang.String[] args)
Main-program of the RobotControl.