1.01.2
C++ Simulated Airline Travel Solution Provider (TSP) Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
BasConst_General.hpp
Go to the documentation of this file.
1
#ifndef __AIRTSP_BAS_BASCONST_GENERAL_HPP
2
#define __AIRTSP_BAS_BASCONST_GENERAL_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// StdAir
8
#include <stdair/stdair_date_time_types.hpp>
9
10
namespace
AIRTSP
{
11
14
extern
const
int
DEFAULT_NUMBER_OF_DRAWS_FOR_MC_SIMULATION
;
15
18
extern
const
stdair::Duration_T
MINIMUM_TIME_BETWEEN_REQUEST_AND_DEPARTURE
;
19
20
}
21
#endif // __AIRTSP_BAS_BASCONST_GENERAL_HPP
AIRTSP::MINIMUM_TIME_BETWEEN_REQUEST_AND_DEPARTURE
const stdair::Duration_T MINIMUM_TIME_BETWEEN_REQUEST_AND_DEPARTURE
AIRTSP::DEFAULT_NUMBER_OF_DRAWS_FOR_MC_SIMULATION
const int DEFAULT_NUMBER_OF_DRAWS_FOR_MC_SIMULATION
Definition:
BasConst.cpp:8
AIRTSP
Definition:
AIRTSP_Service.hpp:23
Generated on Mon Jan 18 2016 14:40:14 for AirTSP by
1.8.10