Inheritance diagram for RS::CommandStrategy:


Public Member Functions | |
| virtual void | updateAfterCommand (WorldModel &world, ServerCommand *cmd) const=0 |
| This function is called when we have executed a command. | |
This class makes updates of the worldModel based on the command executed adaptive. Inherit and supply your own implementation of the updateAfterCommand function.
Definition at line 75 of file CommandStrategy.h.
|
||||||||||||
|
This function is called when we have executed a command. Overload it to make changes in the worldModel based on this new information. Implemented in RS::BasicCommandStrategy. Referenced by RS::TurnNeckToPoint::generateStep(), RS::TurnNeckToBall::generateStep(), and RS::TurnNeckToAbsoluteDirection::generateStep(). |
1.3-rc3