OpenASIP
2.0
|
#include <CompiledSimSettingCommand.hh>
Additional Inherited Members | |
Protected Types inherited from SettingCommand | |
typedef std::map< std::string, SimulatorSetting * > | SettingMap |
container for simulator settings indexed by name More... | |
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) |
Protected Attributes inherited from SettingCommand | |
SettingMap | settings_ |
storage for simulator settings More... | |
Implementation of the "setting" command for the compiled simulator
Definition at line 41 of file CompiledSimSettingCommand.hh.
CompiledSimSettingCommand::CompiledSimSettingCommand | ( | ) |
Default constructor
Definition at line 79 of file CompiledSimSettingCommand.cc.
References MapTools::deleteByKey(), SettingCommand::settings_, Texts::TextGenerator::text(), SimulatorToolbox::textGenerator(), and Texts::TXT_INTERP_SETTING_FU_CONFLICT_DETECTION.
|
virtual |