6 #include "TrafficCongestionLevel.h"
11 namespace TrafficCongestion
15 float SpeedMultiplier;
19 float speedMultiplier,
22 SpeedMultiplier(speedMultiplier),
23 VehicleSpacing(vehicleSpacing)
35 const CongestionSettings & GetSettingsForLevel(CongestionLevel::CongestionLevelValues level)
const;
38 typedef std::map<CongestionLevel::CongestionLevelValues, CongestionSettings *> TCongestionLevelToConfig;
39 TCongestionLevelToConfig m_levelToConfiguration;