WinProp_Result
Data Fields
- WINPROP_RESULT_TYPE
- 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
-
- WINPROP_RESULT_TYPE WinProp_Result::DataType
- Type of results.
- 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.
The documentation was generated from the following file:
- source/Interface/WP_Result.h