AirTSP Logo  1.01.2
C++ Simulated Airline Travel Solution Provider (TSP) Library
BasConst_General.hpp
Go to the documentation of this file.
1 #ifndef __AIRTSP_BAS_BASCONST_GENERAL_HPP
2 #define __AIRTSP_BAS_BASCONST_GENERAL_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // StdAir
8 #include <stdair/stdair_date_time_types.hpp>
9 
10 namespace AIRTSP {
11 
15 
18  extern const stdair::Duration_T MINIMUM_TIME_BETWEEN_REQUEST_AND_DEPARTURE;
19 
20 }
21 #endif // __AIRTSP_BAS_BASCONST_GENERAL_HPP
const stdair::Duration_T MINIMUM_TIME_BETWEEN_REQUEST_AND_DEPARTURE
const int DEFAULT_NUMBER_OF_DRAWS_FOR_MC_SIMULATION
Definition: BasConst.cpp:8