TvlSim Logo  1.00.0
C++ Simulated Travel-Oriented Distribution System Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BasConst_TVLSIM_Service.hpp
Go to the documentation of this file.
1 #ifndef __TVLSIM_BAS_BASCONST_TVLSIM_SERVICE_HPP
2 #define __TVLSIM_BAS_BASCONST_TVLSIM_SERVICE_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // STL
8 #include <string>
9 // StdAir
10 #include <stdair/stdair_file.hpp>
11 #include <stdair/stdair_date_time_types.hpp>
12 
13 namespace TVLSIM {
14 
18  extern const std::string DEFAULT_TVLSIM_ID;
19 
23  extern const stdair::Date_T DEFAULT_SIMULATION_START_DATE;
24 
28  extern const stdair::Date_T DEFAULT_SIMULATION_END_DATE;
29 
33  extern const stdair::ConfigINIFile DEFAULT_CONFIG_INI_FILE;
34 
35 }
36 #endif // __TVLSIM_BAS_BASCONST_TVLSIM_SERVICE_HPP