|
int | runSimulation (std::string executableName, std::string cmdLineArguments) |
|
Definition at line 22 of file Core.h.
◆ runSimulation()
int Core::runSimulation |
( |
std::string | executableName, |
|
|
std::string | cmdLineArguments ) |
runSimulation handles command line arguments and loads parameters from parameter file. All initial config loading & running the simulator is done here.
- Parameters
-
cmdLineArguments | command line arguments. |
executableName | Name of the simultaor's executable file |
- Returns
- -1 if error, else 0 for success.
runSimulation handles command line arguments and loads parameters from parameter file. All initial configuration loading & running the simulator is done here.
- Parameters
-
cmdLineArguments | command line arguments |
executableName | Name of the simultaor's executable file |
- Returns
- -1 if error, else 0 for success.
Definition at line 108 of file Core.cpp.
The documentation for this class was generated from the following files: