Inheritance diagram for RS::TrainerCommand:


Public Member Functions | |
| TrainerCommand (const CommandType) | |
| virtual const std::string | serverString () const=0 |
| Returns the server string that will execute the ServerCommand at the soccer server. | |
| virtual TrainerCommand * | clone () const=0 |
| Returns a new copy of the command. | |
(Can be sent directly to server, and more than one every cycle, only by trainer)
Definition at line 66 of file TrainerCommand.h.
|
|
Returns a new copy of the command. REMEMBER TO DELETE IT, OTHERWISE YOU WILL HAVE A MEMORY LEAK!!! Implements RS::ImmediateCommand. Implemented in RS::ChangeModeCommand, RS::CheckBallCommand, RS::EarCommand, RS::MoveObjectCommand, RS::RecoverCommand, RS::StartCommand, RS::TrainerChangeModeCommand, RS::TrainerCheckBallCommand, RS::TrainerEarCommand, RS::TrainerGetTeamnamesCommand, RS::TrainerInitCommand, RS::TrainerMoveObjectCommand, RS::TrainerRecoverCommand, RS::TrainerStartCommand, and RS::TrainerSubstitutionCommand. |
1.3-rc3