1.01.6
C++ Simulated Travel-Oriented Distribution System Library
Loading...
Searching...
No Matches
BasConst.cpp
Go to the documentation of this file.
1
// //////////////////////////////////////////////////////////////////////
2
// Import section
3
// //////////////////////////////////////////////////////////////////////
4
#include <
tvlsim/basic/BasConst_General.hpp
>
5
#include <
tvlsim/basic/BasConst_TVLSIM_Service.hpp
>
6
7
namespace
TVLSIM
{
8
12
const
std::string
DEFAULT_TVLSIM_ID
=
"01150"
;
13
17
const
stdair::Date_T
DEFAULT_SIMULATION_START_DATE
(2010,
18
boost::gregorian::Jan, 1);
19
23
const
stdair::Date_T
DEFAULT_SIMULATION_END_DATE
(2010,
24
boost::gregorian::Dec, 31);
25
29
const
NbOfRuns_T
DEFAULT_NUMBER_OF_RUNS
(1);
30
34
extern
const
stdair::ConfigINIFile
DEFAULT_CONFIG_INI_FILE
(
"tvlsim.cfg"
);
35
36
}
BasConst_General.hpp
BasConst_TVLSIM_Service.hpp
TVLSIM
Definition
BasConst.cpp:7
TVLSIM::DEFAULT_SIMULATION_START_DATE
const stdair::Date_T DEFAULT_SIMULATION_START_DATE
TVLSIM::NbOfRuns_T
unsigned int NbOfRuns_T
Definition
TVLSIM_Types.hpp:38
TVLSIM::DEFAULT_TVLSIM_ID
const std::string DEFAULT_TVLSIM_ID
Definition
BasConst.cpp:12
TVLSIM::DEFAULT_SIMULATION_END_DATE
const stdair::Date_T DEFAULT_SIMULATION_END_DATE
TVLSIM::DEFAULT_CONFIG_INI_FILE
const stdair::ConfigINIFile DEFAULT_CONFIG_INI_FILE
TVLSIM::DEFAULT_NUMBER_OF_RUNS
const NbOfRuns_T DEFAULT_NUMBER_OF_RUNS
Generated on Sun Oct 22 2023 00:00:00 for TvlSim by
1.9.8