OpenASIP
2.0
|
Public Member Functions | |
InfoBussesCommand (SimControlLanguageCommand &parentCommand) | |
virtual | ~InfoBussesCommand () |
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 busses".
Definition at line 413 of file InfoCommand.cc.
|
inline |
Constructor.
Definition at line 418 of file InfoCommand.cc.
|
inlinevirtual |
|
inlinevirtual |
Executes the "info busses" command.
"info busses" prints information of the busses of the machine.
arguments | No arguments should be given. |
Implements SimControlLanguageSubCommand.
Definition at line 436 of file InfoCommand.cc.
References assert, TTAMachine::Machine::busNavigator(), TTAMachine::Machine::Navigator< ComponentType >::count(), TTAMachine::Machine::Navigator< ComponentType >::hasItem(), CustomCommand::interpreter(), TTAMachine::Machine::Navigator< ComponentType >::item(), SimulatorFrontend::machine(), TTAMachine::Segment::name(), TTAMachine::Component::name(), SimControlLanguageSubCommand::parent(), TTAMachine::Bus::segment(), TTAMachine::Bus::segmentCount(), ScriptInterpreter::setError(), ScriptInterpreter::setResult(), SimControlLanguageCommand::simulatorFrontend(), SimulatorToolbox::textGenerator(), and Texts::TXT_BUS_NOT_FOUND.