Inheritance diagram for RS::CoachCommand:


Public Member Functions | |
| CoachCommand (const CommandType) | |
| virtual const std::string | serverString () const=0 |
| Returns the server string that will execute the ServerCommand at the soccer server. | |
| virtual CoachCommand * | clone () const=0 |
| Returns a new copy of the command. | |
(Can be sent directly to server, and more than one every cycle, only by coach)
Definition at line 66 of file CoachCommand.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::CoachInitCommand, and RS::CoachSubstitutionCommand. |
1.3-rc3