OpenASIP
2.0
|
Static Public Member Functions | |
static bool | execute (SimulatorInterpreter &interpreter, SimulatorFrontend &, const std::string &newValue) |
static const DataObject & | defaultValue () |
static bool | warnOnExistingProgramAndMachine () |
Setting action that sets the command history file name.
Definition at line 442 of file SettingCommand.cc.
|
inlinestatic |
Returns the default value of this setting.
Definition at line 472 of file SettingCommand.cc.
References SIM_DEFAULT_COMMAND_LOG.
|
inlinestatic |
Sets the command history file name.
interpreter | To set the history file name for. |
newValue | Value to set. |
Definition at line 452 of file SettingCommand.cc.
References FileSystem::fileIsCreatable(), FileSystem::fileIsDirectory(), FileSystem::fileIsWritable(), ScriptInterpreter::lineReader(), LineReader::outputStream(), and LineReader::setInputHistoryLog().
|
inlinestatic |
Should the action warn if program & machine exist and value was changed
Definition at line 482 of file SettingCommand.cc.