Defines and constants
Detailed Description
Defines and constants
- Error codes and Parameters associated with a .mif database.
-
- MAPINFO_FILENAME_ADD "_area"
- Suffix.
- Selection of type of database.
-
- WINPROP_ERROR_DATABASE 6
- Error code for: error while reading database.
- Selection of urban prediction model.
-
- PREDMODEL_COST 0
- COST 231 Walfisch-Ikegami model used in an urban scenario. See WinProp_ParaMain::PredictionModelUrban where this is used.
- Selection of rural prediction model.
-
- PREDMODEL_RURAL_NONE 0
- No rural prediction required (only necessary in case of multi scenario predictions). See WinProp_ParaMain::PredictionModelRural where this is used.
- Modes for antenna patterns.
-
- PATTERN_MODE_2X2D 0
- Total pattern given by 2 2-D patterns (vertical and horizontal polarisations). See WinProp_Pattern::Mode.
- Selection of scenario.
-
- SCENARIOMODE_RURAL 0
- Rural prediction based on topography and optionally clutter data. See WinProp_ParaMain::ScenarioMode where this is used.
- Selection of vector buildings mode.
-
- BUILDINGSMODE_NONE 0
- No buildings will be considered. See WinProp_ParaMain::BuildingsMode where this is used.
- Indoor coverage of buildings.
-
- COVERAGEINDOOR_NONE 0
- See the description in WinProp_ParaMain::BuildingsIndoorCoverage.
- Topography mode.
-
- TOPOMODE_NONE 0
- No topography considered. See WinProp_ParaMain::TopographyMode where this is used.
- Vegetation mode.
-
- VEGETATION_NONE 0
- No vegetation considered. See WinProp_ParaMain::VegetationMode where this is used.
- Clutter mode.
-
- CLUTTERMODE_NONE 0
- No clutter considered. See WinProp_ParaMain::ClutterMode where this is used.
- Clutter computation mode.
-
- CLUTTERLOSS_HEIGHTS_NONE 0
- No clutter heights considered. See WinProp_ParaMain::ClutterConsideration where this is used.
- Filter results mode.
-
- FILTERMODE_MEAN 0
- Mean based result filtering. See WinProp_ParaMain::FilterMode where this is used.
- Submode for IRT with pre-processed databases.
-
- PP_MODE_IRT_3D 0
- Setting for 3D IRT. See WinProp_PreProUrban::Mode where this is used.
- Spherical zone acceleration mode for IRT.
-
- PP_MODE_IRT_ZONE_OFF 0
- No spheric zone considered. See WinProp_PreProUrban::SphericMode where this is used.
- Knife-Edge (KE) settings
-
- KE_OFF 0
- Not considered. See WinProp_ParaRural::KnifeEdge where this is used.
- Hata sub model
-
- HATA_SUB_CLUTTERTABLE 0
- See WinProp_ParaRural::HataSubMode where this is used.
- Default values for different parameters
-
- INTERMEDIATE_DEFAULT_VALUE_MAXPATHLOSS 1
- Use intermediate value for maximum path loss.
- source.eng/Interface/OutdoorPlugIn.h