All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
TrafficSimulationAltitudeSpeedConfiguration.h
1 // Copyright (c) 2014 eeGeo. All rights reserved.
2 
3 #pragma once
4 
5 namespace Eegeo
6 {
7  namespace Traffic
8  {
9  namespace Config
10  {
18  {
19  /*
20  * \brief Default values. Produces traffic that has a constant speed regardless of altitude.
21  */
22  static TrafficSimulationAltitudeSpeedConfiguration CreateDefault();
23 
25  float vehicleSpeedMultiplierMin,
26  float vehicleSpeedMultiplierMax,
27  float vehicleSpeedAltitudeMin,
28  float vehicleSpeedAltitudeMax);
29 
32 
35 
38 
41  };
42  }
43  }
44 }