Struct containing the parameters for each test. More...
Public Attributes | |
double | m_distance |
the initial 2D distance in meters between BS and UT in meters More... | |
double | m_hBs |
the BS height in meters More... | |
double | m_hUt |
the UT height in meters More... | |
std::string | m_propagationLossModelType |
the propagation loss model type id More... | |
double | m_shadowingStdLos |
the standard deviation of the shadowing component in the LOS case in dB More... | |
double | m_shadowingStdNlos |
the standard deviation of the shadowing component in the NLOS case in dB More... | |
Struct containing the parameters for each test.
Definition at line 1022 of file three-gpp-propagation-loss-model-test-suite.cc.
double ThreeGppShadowingTestCase::TestVector::m_distance |
the initial 2D distance in meters between BS and UT in meters
Definition at line 1027 of file three-gpp-propagation-loss-model-test-suite.cc.
Referenced by ThreeGppShadowingTestCase::DoRun().
double ThreeGppShadowingTestCase::TestVector::m_hBs |
the BS height in meters
Definition at line 1025 of file three-gpp-propagation-loss-model-test-suite.cc.
Referenced by ThreeGppShadowingTestCase::DoRun().
double ThreeGppShadowingTestCase::TestVector::m_hUt |
the UT height in meters
Definition at line 1026 of file three-gpp-propagation-loss-model-test-suite.cc.
Referenced by ThreeGppShadowingTestCase::DoRun().
std::string ThreeGppShadowingTestCase::TestVector::m_propagationLossModelType |
the propagation loss model type id
Definition at line 1024 of file three-gpp-propagation-loss-model-test-suite.cc.
Referenced by ThreeGppShadowingTestCase::DoRun().
double ThreeGppShadowingTestCase::TestVector::m_shadowingStdLos |
the standard deviation of the shadowing component in the LOS case in dB
Definition at line 1028 of file three-gpp-propagation-loss-model-test-suite.cc.
Referenced by ThreeGppShadowingTestCase::DoRun().
double ThreeGppShadowingTestCase::TestVector::m_shadowingStdNlos |
the standard deviation of the shadowing component in the NLOS case in dB
Definition at line 1029 of file three-gpp-propagation-loss-model-test-suite.cc.
Referenced by ThreeGppShadowingTestCase::DoRun().