Inheritance diagram for RS::TrainerStartCommand:


Public Member Functions | |
| const std::string | serverString () const |
| Returns the server string that will execute the StartCommand at the soccer server. | |
| TrainerStartCommand * | clone () const |
| Returns a new copy of the command. | |
(start) This commands starts the server, e.g. sets the play-mode to `kick off l'. This essentially simulates pressing the kick off button on the monitor. If the trainer does not send an init command, then the first commands of any type received from the trainer will cause the server to start, e.g. set the play-mode to `kick off l'. Possible replies by the soccerserver: (ok start) The command succeeded.
Definition at line 76 of file TrainerStartCommand.h.
|
|
Returns a new copy of the command. REMEMBER TO DELETE IT, OTHERWISE YOU WILL HAVE A MEMORY LEAK!!! Implements RS::TrainerCommand. Definition at line 70 of file TrainerStartCommand.cc. |
1.3-rc3