import "rtt/corba/OperationInterface.idl";

Definition at line 83 of file OperationInterface.idl.
Public Member Functions | |
| 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) |
Create a command and fill in the arguments later.
Create a command of an object.
1.5.3