Army ant simulation
Classes | Variables
Config.h File Reference

Implementation of the Configuration class used to parse the configuration file and the sConfig structure gathering the configuration parameters. More...

#include "constants.h"
Include dependency graph for Config.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Implementation of the Configuration class used to parse the configuration file and the sConfig structure gathering the configuration parameters.

Date
26 sept. 2018
Author
lucie houel

Definition in file Config.h.