#include <rtt/TryCommand.hpp>

Definition at line 57 of file TryCommand.hpp.
Public Member Functions | |
| TryCommand (CommandInterface *command, AssignableDataSource< bool >::shared_ptr storage=0) | |
| Try a command. | |
| ~TryCommand () | |
| bool | execute () |
| void | reset () |
| bool | valid () const |
| void | readArguments () |
| CommandInterface * | theCommand () const |
|
AssignableDataSource < bool >::shared_ptr | result () |
| TryCommand * | clone () const |
| TryCommand * | copy (std::map< const DataSourceBase *, DataSourceBase * > &alreadyCloned) const |
| CommandList | getCommands () |
| Get a list of all commands. | |
| Descriptions | getArguments (in string command) raises (NoSuchNameException) |
| Get a list of all arguments of a given command. | |
| string | getResultType (in string command) raises (NoSuchNameException) |
| Get a result type of a given command. | |
| string | getDescription (in string command) raises (NoSuchNameException) |
| Get a description of a given command. | |
| Command | createCommand (in string command, in Arguments args) raises ( NoSuchNameException, WrongNumbArgException, WrongTypeArgException) |
| Create a command and fill in the arguments later. | |
| Command | createCommandAny (in string command, in AnyArguments args) raises ( NoSuchNameException, WrongNumbArgException, WrongTypeArgException) |
| Create a command of an object with any arguments. | |
| Command createCommand | ( | in string | command, | |
| in Arguments | args | |||
| ) | raises ( NoSuchNameException, WrongNumbArgException, WrongTypeArgException) [inherited] |
Create a command and fill in the arguments later.
Create a command of an object.
1.5.3