Inheritance diagram for RS::MoveCommand:


Public Member Functions | |
| MoveCommand (const Point &dest) | |
| const std::string | serverString () const |
| Returns the server string that will execute the MoveCommand at the soccer server. | |
| MoveCommand * | clone () const |
| Returns a new copy of the command. | |
| Point | getDestination () const |
Definition at line 76 of file MoveCommand.h.
|
|
Returns a new copy of the command. REMEMBER TO DELETE IT, OTHERWISE YOU WILL HAVE A MEMORY LEAK!!! Implements RS::PeriodicCommand. Definition at line 70 of file MoveCommand.cc. |
1.3-rc3