Inheritance diagram for RS::ImmediateCommand:


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