OpenASIP
2.0
|
Static Public Member Functions | |
static bool | execute (SimulatorInterpreter &interpreter, SimulatorFrontend &, unsigned int newValue) |
static const DataObject & | defaultValue () |
static bool | warnOnExistingProgramAndMachine () |
Setting action that sets the command history file name.
Definition at line 531 of file SettingCommand.cc.
|
inlinestatic |
Returns the default value of this setting.
Definition at line 554 of file SettingCommand.cc.
References DEFAULT_INPUT_HISTORY_SIZE.
|
inlinestatic |
Sets the command history maximum length.
interpreter | To use to set the setting. |
newValue | Value to set. |
Definition at line 541 of file SettingCommand.cc.
References ScriptInterpreter::lineReader(), and LineReader::setInputHistoryLength().
|
inlinestatic |
Should the action warn if program & machine exist and value was changed
Definition at line 564 of file SettingCommand.cc.