StdAir Logo  1.00.0
C++ Standard Airline IT Object Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BasConst_General.hpp
Go to the documentation of this file.
1 #ifndef __STDAIR_BAS_BASCONST_GENERAL_HPP
2 #define __STDAIR_BAS_BASCONST_GENERAL_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // STL
8 #include <string>
9 // StdAir
10 #include <stdair/stdair_types.hpp>
11 
12 namespace stdair {
13 
15  extern const std::string DEFAULT_BOM_ROOT_KEY;
16 
18  extern const double DEFAULT_EPSILON_VALUE;
19 
22 
25 
28 
31 
33  extern const unsigned int DEFAULT_FLIGHT_SPEED;
34 
36  extern const Fare_T DEFAULT_FARE_VALUE;
37 
40 
43 
46 
48  extern const Count_T SECONDS_IN_ONE_DAY;
49 
52 
54  extern const Date_T DEFAULT_DATE;
55 
57  extern const DateTime_T DEFAULT_DATETIME;
58 
61 
63  extern const RandomSeed_T DEFAULT_RANDOM_SEED;
64 
67 
69  extern const Duration_T DEFAULT_NULL_DURATION;
70 
72  extern const Fare_T DEFAULT_CLASS_FARE_VALUE;
73 
76 
78  extern const unsigned int DEFAULT_NB_OF_DAYS_IN_A_YEAR;
79 
82 
84  extern const ChannelLabel_T DEFAULT_CHANNEL;
85 
88 
90  extern const unsigned int DEFAULT_NUMBER_OF_SUBDIVISIONS;
91 
92 }
93 #endif // __STDAIR_BAS_BASCONST_GENERAL_HPP