WinProp_Result
Data Fields
- int
- DataType
- int
- DataTransmissionMode
- int
- DataCarrierID
- double
- Resolution
- double
- LowerLeftX
- double
- LowerLeftY
- int
- NrHeights
- double *
- Heights
- double *
- TimeSteps
- int
- Columns
- int
- Lines
- float ***
- Matrix
- double
- Tx_Power
- double
- Frequency
- void *
- CoordSystem
- WinProp_Dynamic_Antenna *
- TransmitterLocations
Detailed Description
This structure saves prediction results and is used for the mapping of all kinds of prediction results.
Field Documentation
- DataType
-
- int WinProp_Result::DataType
- Type of propagation results PROP_RESULT_PATHTYPE_UNKNOWN = Unknown
- PROP_RESULT_POWER = Received power in dBm
- PROP_RESULT_FIELD = Field strength in dBuV/m
- PROP_RESULT_PATHLOSS = Path loss in dB
- PROP_RESULT_DELAY = Delay of dominant path in nanoseconds (ns)
- PROP_RESULT_PATHTYPE = Indicates the type of path and should be one of the following:
- PROP_RESULT_PATHTYPE_LOS = Line Of Sight
- PROP_RESULT_PATHTYPE_OLOS = Obstructed Line Of Sight
- PROP_RESULT_PATHTYPE_NLOS = Non Line Of Sight
- PROP_RESULT_PATHTYPE_UNKNOWN = Unknown
- DataTransmissionMode
-
- int WinProp_Result::DataTransmissionMode
- Transmission mode or service to which this result belongs (if it is not a global result). This is only relevant for the network planning (see WinProp_Net_Project_Open).
- DataCarrierID
-
- int WinProp_Result::DataCarrierID
- Carrier ID in case the result individual to a carrier (if it is not a global result). This is only relevant for the network planning (see WinProp_Net_Project_Open).
- Resolution
-
- double WinProp_Result::Resolution
- Resolution of result in meter
- LowerLeftX
-
- double WinProp_Result::LowerLeftX
- Lower left corner in meter (x-coordinate)
- LowerLeftY
-
- double WinProp_Result::LowerLeftY
- Lower left corner in meter (y-coordinate)
- NrHeights
-
- int WinProp_Result::NrHeights
- Number of heights or time steps in prediction result
- Heights
-
- double * WinProp_Result::Heights
- Array with heights. This is an array of size equal to NrHeights.
- TimeSteps
-
- double * WinProp_Result::TimeSteps
- Array with time steps. This is an array of size equal to NrHeights.
- Columns
-
- int WinProp_Result::Columns
- Number of columns
- Lines
-
- int WinProp_Result::Lines
- Number of lines
- Matrix
- Tx_Power
-
- double WinProp_Result::Tx_Power
- Power (dBm) of transmitter assigned to this result
- Frequency
-
- double WinProp_Result::Frequency
- Frequency (MHz) of transmitter assigned to this result
- CoordSystem
-
- void * WinProp_Result::CoordSystem
- Information about coordinate system (optional). Can be set to NULL.
- TransmitterLocations
-
- WinProp_Dynamic_Antenna * WinProp_Result::TransmitterLocations
- The transmitter locations and dynamics for the various time steps. This is an array of size equal to NrHeights.
- source.eng/Interface/WP_Result.h