1.01.12
C++ Simulated Travel-Oriented Distribution System Library
Toggle main menu visibility
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
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
TVLSIM
Definition
BasConst.cpp:7
TVLSIM::DEFAULT_SIMULATION_START_DATE
const stdair::Date_T DEFAULT_SIMULATION_START_DATE
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
Generated on
for TvlSim by
1.17.0