Class CmdSender
java.lang.Object
|
+--CmdSender
- public class CmdSender
- extends java.lang.Object
Constructor Summary |
CmdSender(CommunicationChannel CommChannel)
|
Method Summary |
void |
bye()
|
void |
dash(double power)
|
void |
init(java.lang.String teamName)
|
void |
kick(double power,
double direction)
|
void |
move(double x,
double y)
|
void |
turn(double moment)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CmdSender
public CmdSender(CommunicationChannel CommChannel)
init
public void init(java.lang.String teamName)
dash
public void dash(double power)
kick
public void kick(double power,
double direction)
move
public void move(double x,
double y)
turn
public void turn(double moment)
bye
public void bye()