OpenASIP
2.0
|
Static Public Member Functions | |
static bool | execute (SimulatorInterpreter &interpreter, SimulatorFrontend &, bool newValue) |
static const DataObject & | defaultValue () |
static bool | warnOnExistingProgramAndMachine () |
Setting action that sets the command history file name.
Definition at line 490 of file SettingCommand.cc.
|
inlinestatic |
Returns the default value of this setting.
Definition at line 513 of file SettingCommand.cc.
|
inlinestatic |
Makes command history to be saved to a file.
interpreter | Used to set the setting. |
newValue | Value to set. |
Definition at line 500 of file SettingCommand.cc.
References ScriptInterpreter::lineReader(), and LineReader::setSaveInputHistoryToFile().
|
inlinestatic |
Should the action warn if program & machine exist and value was changed
Definition at line 523 of file SettingCommand.cc.