1.00.0
C++ Standard Airline IT Object Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
BasConst_General.hpp
Go to the documentation of this file.
1
#ifndef __STDAIR_BAS_BASCONST_GENERAL_HPP
2
#define __STDAIR_BAS_BASCONST_GENERAL_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// STL
8
#include <string>
9
// StdAir
10
#include <
stdair/stdair_types.hpp
>
11
12
namespace
stdair {
13
15
extern
const
std::string
DEFAULT_BOM_ROOT_KEY
;
16
18
extern
const
double
DEFAULT_EPSILON_VALUE
;
19
21
extern
const
CabinCapacity_T
DEFAULT_CABIN_CAPACITY
;
22
24
extern
const
NbOfFlightDates_T
DEFAULT_NB_OF_FLIGHTDATES
;
25
27
extern
const
NbOfBookings_T
DEFAULT_CLASS_NB_OF_BOOKINGS
;
28
30
extern
const
Distance_T
DEFAULT_DISTANCE_VALUE
;
31
33
extern
const
unsigned
int
DEFAULT_FLIGHT_SPEED
;
34
36
extern
const
Fare_T
DEFAULT_FARE_VALUE
;
37
39
extern
const
PriceCurrency_T
DEFAULT_CURRENCY
;
40
42
extern
const
Revenue_T
DEFAULT_REVENUE_VALUE
;
43
45
extern
const
BookingRatio_T
DEFAULT_OND_BOOKING_RATE
;
46
48
extern
const
Count_T
SECONDS_IN_ONE_DAY
;
49
51
extern
const
Count_T
MILLISECONDS_IN_ONE_SECOND
;
52
54
extern
const
Date_T
DEFAULT_DATE
;
55
57
extern
const
DateTime_T
DEFAULT_DATETIME
;
58
60
extern
const
Duration_T
DEFAULT_EPSILON_DURATION
;
61
63
extern
const
RandomSeed_T
DEFAULT_RANDOM_SEED
;
64
66
extern
const
Duration_T
NULL_BOOST_TIME_DURATION
;
67
69
extern
const
Duration_T
DEFAULT_NULL_DURATION
;
70
72
extern
const
Fare_T
DEFAULT_CLASS_FARE_VALUE
;
73
75
extern
const
NbOfAirlines_T
DEFAULT_NBOFAIRLINES
;
76
78
extern
const
unsigned
int
DEFAULT_NB_OF_DAYS_IN_A_YEAR
;
79
81
extern
const
NbOfBookings_T
DEFAULT_CLASS_NB_OF_BOOKINGS
;
82
84
extern
const
ChannelLabel_T
DEFAULT_CHANNEL
;
85
87
extern
const
OnDStringList_T
DEFAULT_OND_STRING_LIST
;
88
90
extern
const
unsigned
int
DEFAULT_NUMBER_OF_SUBDIVISIONS
;
91
92
}
93
#endif // __STDAIR_BAS_BASCONST_GENERAL_HPP
Generated on Sat Dec 22 2012 16:51:53 for StdAir by
1.8.1.1