OpenASIP
2.0
|
Public Member Functions | |
InfoFunitsCommand (SimControlLanguageCommand &parentCommand) | |
virtual | ~InfoFunitsCommand () |
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 funits".
Definition at line 665 of file InfoCommand.cc.
|
inline |
Constructor.
Definition at line 670 of file InfoCommand.cc.
|
inlinevirtual |
|
inlinevirtual |
Executes the "info funits" command.
"info funits" prints the names of all the function units in the machine.
arguments | No arguments should be given. |
Implements SimControlLanguageSubCommand.
Definition at line 689 of file InfoCommand.cc.
References TTAMachine::Machine::controlUnit(), TTAMachine::Machine::Navigator< ComponentType >::count(), TTAMachine::Machine::functionUnitNavigator(), CustomCommand::interpreter(), TTAMachine::Machine::Navigator< ComponentType >::item(), SimulatorFrontend::machine(), TTAMachine::Component::name(), SimControlLanguageSubCommand::parent(), ScriptInterpreter::setResult(), and SimControlLanguageCommand::simulatorFrontend().