11 #ifndef CONFIG_MANAGER_H_
12 # define CONFIG_MANAGER_H_
14 # include "Simulator/simulator_config.h"
Simulator::SConfig const & getConfiguration(void) const
Get the configuration object of class "SConfig".
Definition: config_manager.cc:53
Contains all the tools which compose the application.
Definition: app.h:27
Manage the configuration of the simulator and the engines.
Definition: config_manager.h:21
Manage the configuration of the simulator.
Definition: simulator_config.h:26
void getConfigFromFile(const char *path)
Get the configuration of the simulator from a file.
Definition: config_manager.cc:89
~ConfigManager(void)
Destructor.
Definition: config_manager.cc:46
ConfigManager(void)
Constructor.
Definition: config_manager.cc:42