TvlSim Logo  1.01.6
C++ Simulated Travel-Oriented Distribution System Library
Loading...
Searching...
No Matches
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
13namespace 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
const stdair::Date_T DEFAULT_SIMULATION_START_DATE
const std::string DEFAULT_TVLSIM_ID
Definition BasConst.cpp:12
const stdair::Date_T DEFAULT_SIMULATION_END_DATE
const stdair::ConfigINIFile DEFAULT_CONFIG_INI_FILE