1.00.0
C++ Simulated Travel Demand Generation Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Pages
BasConst_DemandGeneration.hpp
Go to the documentation of this file.
1
#ifndef __TRADEMGEN_BAS_BASCONST_DEMANDGENERATION_HPP
2
#define __TRADEMGEN_BAS_BASCONST_DEMANDGENERATION_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// STL
8
#include <string>
9
// StdAir
10
#include <stdair/stdair_maths_types.hpp>
11
#include <stdair/stdair_date_time_types.hpp>
12
// TraDemGen
13
#include <
trademgen/basic/DemandCharacteristicsTypes.hpp
>
14
15
namespace
TRADEMGEN {
16
18
extern
const
POSProbabilityMassFunction_T
DEFAULT_POS_PROBALILITY_MASS
;
19
21
extern
const
FRAT5Pattern_T
DEFAULT_FRAT5_PATTERN
;
22
24
struct
DefaultMap
{
25
static
POSProbabilityMassFunction_T
createPOSProbMass
();
26
static
FRAT5Pattern_T
createFRAT5Pattern
();
27
};
28
30
extern
const
stdair::FloatDuration_T
DEFAULT_LAST_LOWER_BOUND_ARRIVAL_PATTERN
;
31
33
extern
const
double
DEFAULT_MAX_ADVANCE_PURCHASE
;
34
39
extern
stdair::BaseGenerator_T
DEFAULT_BASE_GENERATOR
;
40
45
extern
stdair::UniformGenerator_T
DEFAULT_UNIFORM_GENERATOR
;
46
48
extern
const
stdair::UniformDistribution_T
DEFAULT_UNIFORM_REAL_DISTRIBUTION
;
49
50
}
51
#endif // __TRADEMGEN_BAS_BASCONST_DEMANDGENERATION_HPP
Generated on Sun Dec 23 2012 17:58:29 for TraDemGen by
1.8.1.1