Inheritance diagram for RS::TurnNeckCommand:


Public Member Functions | |
| TurnNeckCommand (const AngleDeg &ang) | |
| const std::string | serverString () const |
| Returns the server string that will execute the TurnNeck command. | |
| TurnNeckCommand * | clone () const |
| Returns a new copy of the command. | |
| AngleDeg | getAngle () const |
Definition at line 80 of file TurnNeckCommand.h.
|
|
Returns a new copy of the command. REMEMBER TO DELETE IT, OTHERWISE YOU WILL HAVE A MEMORY LEAK!!! Implements RS::ImmediateCommand. Definition at line 73 of file TurnNeckCommand.cc. Referenced by RS::AgentStep::getNextCommand(), RS::AgentStep::merge(), RS::AgentStep::operator=(), and RS::AgentStep::setNeckCommand(). |
1.3-rc3