OpenASIP
2.0
|
#include <RunCommand.hh>
Additional Inherited Members | |
Protected Member Functions inherited from SimControlLanguageCommand | |
bool | setMemoryAddress (const std::string &addressString, std::string &addressSpaceName, std::size_t &memoryAddress) |
bool | setMemoryPointer (MemorySystem::MemoryPtr &memory, const std::string &addressSpaceName) |
Implementation of the "run" command of the Simulator Control Language.
Definition at line 47 of file RunCommand.hh.
RunCommand::RunCommand | ( | ) |
Constructor.
Sets the name of the command to the base class.
Definition at line 47 of file RunCommand.cc.
|
virtual |
|
virtual |
Executes the "run" command.
Starts the simulation.
arguments | No arguments needed. |
NumberFormatException | Is never thrown by this command. |
Implements CustomCommand.
Definition at line 69 of file RunCommand.cc.
References SimControlLanguageCommand::checkSimulationInitialized(), SimControlLanguageCommand::checkSimulationNotAlreadyRunning(), SimControlLanguageCommand::printStopInformation(), SimulatorFrontend::run(), and SimControlLanguageCommand::simulatorFrontend().
|
virtual |
Returns the help text for this command.
Help text is searched from SimulatorTextGenerator.
Implements CustomCommand.
Definition at line 92 of file RunCommand.cc.
References Texts::TextGenerator::text(), SimulatorToolbox::textGenerator(), and Texts::TXT_INTERP_HELP_RUN.