|
Army ant simulation
|
Implementation of the Configuration class used to parse the configuration file and the sConfig structure gathering the configuration parameters. More...
#include "constants.h"

Go to the source code of this file.
Classes | |
| struct | config::sTerrain |
| struct | config::sSimulation |
| struct | config::sController |
| struct | config::sRobot |
| struct | config::sWindow |
| struct | config::sConfig |
| class | config::Configuration |
Variables | |
| const double | config::WINDOW_X_PX = 1920 |
| const double | config::WINDOW_Y_PX = 1080 |
| const double | config::WALL_WIDTH_M = 6.0 |
| const double | config::WALL_HEIGHT_M = 3.0 |
Implementation of the Configuration class used to parse the configuration file and the sConfig structure gathering the configuration parameters.
Definition in file Config.h.
1.8.14