#include <CommandNOP.hpp>

Public Member Functions | |
| virtual base::ActionInterface * | clone () const |
| virtual base::ActionInterface * | clone () const |
| CommandNOP () | |
| CommandNOP () | |
| virtual bool | execute () |
| virtual bool | execute () |
| virtual void | readArguments () |
| virtual void | readArguments () |
| virtual | ~CommandNOP () |
| virtual | ~CommandNOP () |
The empty command.
This command does nothing when executed.
Definition at line 52 of file install/include/rtt/scripting/CommandNOP.hpp.
| RTT::scripting::CommandNOP::CommandNOP | ( | ) | [inline] |
Create an empty command.
Definition at line 58 of file install/include/rtt/scripting/CommandNOP.hpp.
| RTT::CommandNOP::~CommandNOP | ( | ) | [virtual] |
Definition at line 50 of file CommandNOP.cpp.
| RTT::scripting::CommandNOP::CommandNOP | ( | ) | [inline] |
Create an empty command.
Definition at line 58 of file rtt/scripting/CommandNOP.hpp.
| virtual RTT::scripting::CommandNOP::~CommandNOP | ( | ) | [virtual] |
| virtual base::ActionInterface* RTT::scripting::CommandNOP::clone | ( | ) | const [virtual] |
The Clone Software Pattern.
Implements RTT::base::ActionInterface.
| ActionInterface * RTT::CommandNOP::clone | ( | ) | const [virtual] |
The Clone Software Pattern.
Implements RTT::base::ActionInterface.
Definition at line 52 of file CommandNOP.cpp.
| virtual bool RTT::scripting::CommandNOP::execute | ( | ) | [virtual] |
Execute the functionality of this action.
Implements RTT::base::ActionInterface.
| bool RTT::CommandNOP::execute | ( | ) | [virtual] |
Execute the functionality of this action.
Implements RTT::base::ActionInterface.
Definition at line 41 of file CommandNOP.cpp.
| virtual void RTT::scripting::CommandNOP::readArguments | ( | ) | [virtual] |
This is invoked some time before execute() at a time when the action may read its function arguments.
Implements RTT::base::ActionInterface.
| void RTT::CommandNOP::readArguments | ( | ) | [virtual] |
This is invoked some time before execute() at a time when the action may read its function arguments.
Implements RTT::base::ActionInterface.
Definition at line 46 of file CommandNOP.cpp.