|
LoveBrains
1.0.0
|
Manage all the stuff in order to run the simulation. More...
#include <app.h>
Public Member Functions | |
| App (void) throw () | |
| Constructor. | |
| ~App (void) throw () | |
| Destructor. | |
| ConfigManager const & | getConfigManager (void) const throw () |
| Get the configuration manager. | |
| const Simulator::Simulator * | getSimulator (void) const throw () |
| Get the simulator object. | |
| void | Init (const char *simulator_file, const char *environment_file) |
| Initialize the application. More... | |
| void | Run (const char *output_file) |
| Run the application and launch the simulation. More... | |
Manage all the stuff in order to run the simulation.
| void App::App::Init | ( | const char * | simulator_file, |
| const char * | environment_file | ||
| ) |
Initialize the application.
| simulator_file | : the simulation file's path. |
| environment_file | : the environment file's path. |
| void App::App::Run | ( | const char * | output_file | ) |
Run the application and launch the simulation.
| output_file | : the output file's path. |
1.8.10