Defines and constants
Detailed Description
Wave propagation interface defines.
- Definition of Legend palettes.
-
- LEGEND_PALETTE_MAXIMUM_REGULAR 1536
- Size of regular legend palette.
- Definition of simulation scenarios.
-
- WINPROP_SCENARIO_URBAN 0
- Urban scenario. This is used in WinProp_Scenario::Scenario.
- Selection of simulation models.
-
- WINPROP_MODEL_FREESPACE 0
- Free space model. See Model_FREESPACE.
- Types of results returned by the propagation API.
-
- PROP_RESULT_UNKNOWN -1
- Unknown result type.
- Path type definitions
-
- PROP_RESULT_PATHTYPE_UNKNOWN -1
- Unknown path type.
- Power definition for antenna
-
- WINPROP_POWER_OUTPUT 0
- Output power amplifier.
- Type definition for antenna
-
- WINPROP_ANTENNA_ORDINARY 0
- Ordinary antenna. This is used in WinProp_Antenna::Type.
- Definition of interaction model along a path
-
- WINPROP_INTERACTION_MODEL_EMPIRICAL 0
- Empirical losses for reflection, transmission and diffraction.
- Definition of the size of the antenna pattern loaded from RAM
-
- WINPROP_SIZE_PATTERN_VERTICAL 180
- Number of samples in the vertical cut of the pattern loaded from RAM (See the setting in WinProp_Pattern::Mode)
- Error message length
-
- MAX_ERROR_LEN 300
- Maximum length of the error message string.
- Definition of prediction models for radiating cables
-
- WINPROP_MODEL_ID_CABLE_SDM 1
- Shortest distance model.
- Selection of breakpoint mode.
-
- BREAKPOINT_DISABLE -1
- Disable breakpoint effect. See WinProp_Additional::BreakpointMode where this is used. Relevant for Standard ray tracing model.
- Enum
-
- WINPROP_PATTERN_RESOLUTION
- WINPROP_PATTERN_RESOLUTION_1DEG : 1.00 degrees pattern resolution
- WINPROP_PATTERN_RESOLUTION_05DEG : 0.50 degrees pattern resolution
- WINPROP_PATTERN_RESOLUTION_033DEG : 0.33 degrees pattern resolution
- WINPROP_PATTERN_RESOLUTION_025DEG : 0.25 degrees pattern resolution
- WINPROP_PATTERN_RESOLUTION_020DEG : 0.20 degrees pattern resolution
- WINPROP_PATTERN_RESOLUTION_01DEG : 0.10 degrees pattern resolution
- Other defines
-
- ANTENNA_DISABLED 0
- Antenna disabled.
- source.eng/Interface/WP_Antenna.h