TraDemGen Logo  1.00.0
C++ Simulated Travel Demand Generation Library
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
BasConst_DemandGeneration.hpp
Go to the documentation of this file.
1 #ifndef __TRADEMGEN_BAS_BASCONST_DEMANDGENERATION_HPP
2 #define __TRADEMGEN_BAS_BASCONST_DEMANDGENERATION_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // STL
8 #include <string>
9 // StdAir
10 #include <stdair/stdair_maths_types.hpp>
11 #include <stdair/stdair_date_time_types.hpp>
12 // TraDemGen
14 
15 namespace TRADEMGEN {
16 
19 
22 
24  struct DefaultMap {
27  };
28 
30  extern const stdair::FloatDuration_T DEFAULT_LAST_LOWER_BOUND_ARRIVAL_PATTERN;
31 
33  extern const double DEFAULT_MAX_ADVANCE_PURCHASE;
34 
39  extern stdair::BaseGenerator_T DEFAULT_BASE_GENERATOR;
40 
45  extern stdair::UniformGenerator_T DEFAULT_UNIFORM_GENERATOR;
46 
48  extern const stdair::UniformDistribution_T DEFAULT_UNIFORM_REAL_DISTRIBUTION;
49 
50 }
51 #endif // __TRADEMGEN_BAS_BASCONST_DEMANDGENERATION_HPP