#include <CommandFunctors.hpp>

Public Types | |
| typedef boost::function< bool(void)> | Function |
| typedef boost::function< bool(void)> | Function |
Public Member Functions | |
| virtual CommandFunction * | clone () const |
| virtual CommandFunction * | clone () const |
| CommandFunction (Function impl) | |
| CommandFunction (Function impl) | |
| virtual bool | execute () |
| virtual bool | execute () |
| virtual void | readArguments () |
| virtual void | readArguments () |
Public Attributes | |
| Function | com |
A functor with the base::ActionInterface, for the case where the functor is a bool(void).
Definition at line 54 of file install/include/rtt/scripting/CommandFunctors.hpp.
| typedef boost::function<bool(void)> RTT::scripting::CommandFunction::Function |
Definition at line 50 of file rtt/scripting/CommandFunctors.hpp.
| typedef boost::function<bool(void)> RTT::scripting::CommandFunction::Function |
Definition at line 50 of file install/include/rtt/scripting/CommandFunctors.hpp.
| RTT::scripting::CommandFunction::CommandFunction | ( | Function | impl | ) | [inline] |
Definition at line 57 of file install/include/rtt/scripting/CommandFunctors.hpp.
| RTT::scripting::CommandFunction::CommandFunction | ( | Function | impl | ) | [inline] |
Definition at line 57 of file rtt/scripting/CommandFunctors.hpp.
| virtual CommandFunction* RTT::scripting::CommandFunction::clone | ( | ) | const [inline, virtual] |
The Clone Software Pattern.
Implements RTT::base::ActionInterface.
Definition at line 66 of file rtt/scripting/CommandFunctors.hpp.
| virtual CommandFunction* RTT::scripting::CommandFunction::clone | ( | ) | const [inline, virtual] |
The Clone Software Pattern.
Implements RTT::base::ActionInterface.
Definition at line 66 of file install/include/rtt/scripting/CommandFunctors.hpp.
| virtual bool RTT::scripting::CommandFunction::execute | ( | ) | [inline, virtual] |
Execute the functionality of this action.
Implements RTT::base::ActionInterface.
Definition at line 64 of file rtt/scripting/CommandFunctors.hpp.
| virtual bool RTT::scripting::CommandFunction::execute | ( | ) | [inline, virtual] |
Execute the functionality of this action.
Implements RTT::base::ActionInterface.
Definition at line 64 of file install/include/rtt/scripting/CommandFunctors.hpp.
| virtual void RTT::scripting::CommandFunction::readArguments | ( | ) | [inline, 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 62 of file rtt/scripting/CommandFunctors.hpp.
| virtual void RTT::scripting::CommandFunction::readArguments | ( | ) | [inline, 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 62 of file install/include/rtt/scripting/CommandFunctors.hpp.
Definition at line 52 of file install/include/rtt/scripting/CommandFunctors.hpp.