StdAir Logo  0.45.1
C++ Standard Airline IT Object Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
BasConst_General.hpp
Go to the documentation of this file.
00001 #ifndef __STDAIR_BAS_BASCONST_GENERAL_HPP
00002 #define __STDAIR_BAS_BASCONST_GENERAL_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // STL
00008 #include <string>
00009 // StdAir
00010 #include <stdair/stdair_types.hpp>
00011 
00012 namespace stdair {
00013 
00015   extern const std::string DEFAULT_BOM_ROOT_KEY;
00016 
00018   extern const double DEFAULT_EPSILON_VALUE;
00019 
00021   extern const CabinCapacity_T DEFAULT_CABIN_CAPACITY;
00022 
00024   extern const NbOfFlightDates_T DEFAULT_NB_OF_FLIGHTDATES;
00025 
00027   extern const NbOfBookings_T DEFAULT_CLASS_NB_OF_BOOKINGS;
00028 
00030   extern const Distance_T DEFAULT_DISTANCE_VALUE;
00031 
00033   extern const unsigned int DEFAULT_FLIGHT_SPEED;
00034 
00036   extern const Fare_T DEFAULT_FARE_VALUE;
00037 
00039   extern const PriceCurrency_T DEFAULT_CURRENCY;
00040 
00042   extern const Revenue_T DEFAULT_REVENUE_VALUE;
00043 
00045   extern const BookingRatio_T DEFAULT_OND_BOOKING_RATE;
00046 
00048   extern const Count_T SECONDS_IN_ONE_DAY;
00049   
00051   extern const Count_T MILLISECONDS_IN_ONE_SECOND;
00052 
00054   extern const Date_T DEFAULT_DATE;
00055   
00057   extern const DateTime_T DEFAULT_DATETIME;
00058 
00060   extern const Duration_T DEFAULT_EPSILON_DURATION;
00061 
00063   extern const RandomSeed_T DEFAULT_RANDOM_SEED;
00064     
00066   extern const Duration_T NULL_BOOST_TIME_DURATION;
00067     
00069   extern const Fare_T DEFAULT_CLASS_FARE_VALUE;
00070 
00072   extern const NbOfAirlines_T DEFAULT_NBOFAIRLINES;
00073   
00075   extern const unsigned int DEFAULT_NB_OF_DAYS_IN_A_YEAR;
00076   
00078   extern const NbOfBookings_T DEFAULT_CLASS_NB_OF_BOOKINGS;
00079 
00081   extern const ChannelLabel_T DEFAULT_CHANNEL;
00082 
00084   extern const OnDStringList_T DEFAULT_OND_STRING_LIST;
00085 
00087   extern const unsigned int DEFAULT_NUMBER_OF_SUBDIVISIONS;
00088   
00089 }
00090 #endif // __STDAIR_BAS_BASCONST_GENERAL_HPP