StdAir Logo  1.00.3
C++ Standard Airline IT Object Library
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
const unsigned int DEFAULT_NUMBER_OF_SUBDIVISIONS
const BookingRatio_T DEFAULT_OND_BOOKING_RATE
const std::string DEFAULT_BOM_ROOT_KEY
const Distance_T DEFAULT_DISTANCE_VALUE
const NbOfFlightDates_T DEFAULT_NB_OF_FLIGHTDATES
boost::posix_time::ptime DateTime_T
const unsigned int DEFAULT_NB_OF_DAYS_IN_A_YEAR
const unsigned int DEFAULT_FLIGHT_SPEED
Handle on the StdAir library context.
boost::posix_time::time_duration Duration_T
const CabinCapacity_T DEFAULT_CABIN_CAPACITY
const Count_T MILLISECONDS_IN_ONE_SECOND
unsigned int Count_T
NbOfRequests_T NbOfBookings_T
double NbOfFlightDates_T
const Date_T DEFAULT_DATE
const DateTime_T DEFAULT_DATETIME
const NbOfBookings_T DEFAULT_CLASS_NB_OF_BOOKINGS
const PriceCurrency_T DEFAULT_CURRENCY
double Revenue_T
const ChannelLabel_T DEFAULT_CHANNEL
std::string PriceCurrency_T
const Fare_T DEFAULT_CLASS_FARE_VALUE
const NbOfAirlines_T DEFAULT_NBOFAIRLINES
const Duration_T DEFAULT_EPSILON_DURATION
const Duration_T NULL_BOOST_TIME_DURATION
const Fare_T DEFAULT_FARE_VALUE
boost::gregorian::date Date_T
const double DEFAULT_EPSILON_VALUE
const Count_T SECONDS_IN_ONE_DAY
unsigned long int RandomSeed_T
const Duration_T DEFAULT_NULL_DURATION
std::list< OnDString_T > OnDStringList_T
const OnDStringList_T DEFAULT_OND_STRING_LIST
Definition: BasConst.cpp:736
const Revenue_T DEFAULT_REVENUE_VALUE
unsigned short NbOfAirlines_T
unsigned long int Distance_T
const RandomSeed_T DEFAULT_RANDOM_SEED
std::string ChannelLabel_T