|
OpenASIP 2.2
|


Public Member Functions | |
| InfoIunitsCommand (SimControlLanguageCommand &parentCommand) | |
| virtual | ~InfoIunitsCommand () |
| virtual bool | execute (const std::vector< DataObject > &arguments) |
Public Member Functions inherited from SimControlLanguageSubCommand | |
| SimControlLanguageSubCommand (SimControlLanguageCommand &parentCommand) | |
| virtual | ~SimControlLanguageSubCommand () |
| virtual SimControlLanguageCommand & | parent () |
Implementation of "info iunits".
Definition at line 359 of file InfoCommand.cc.
|
inline |
Constructor.
Definition at line 364 of file InfoCommand.cc.
|
inlinevirtual |
|
inlinevirtual |
Executes the "info iunits" command.
"info iunits" prints the names of all the immediate units in the machine.
| arguments | No arguments should be given. |
Implements SimControlLanguageSubCommand.
Definition at line 383 of file InfoCommand.cc.
References TTAMachine::Machine::Navigator< ComponentType >::count(), TTAMachine::Machine::immediateUnitNavigator(), CustomCommand::interpreter(), TTAMachine::Machine::Navigator< ComponentType >::item(), SimulatorFrontend::machine(), SimControlLanguageSubCommand::parent(), ScriptInterpreter::setResult(), and SimControlLanguageCommand::simulatorFrontend().
