Struct containing the parameters for each test. More...
Collaboration diagram for ThreeGppShadowingTestCase::TestVector:Public Attributes | |
| double | m_distance |
| the initial 2D distance in meters between BS and UT in meters | |
| double | m_hBs |
| the BS height in meters | |
| double | m_hUt |
| the UT height in meters | |
| std::string | m_propagationLossModelType |
| the propagation loss model type id | |
| double | m_shadowingStdLos |
| the standard deviation of the shadowing component in the LOS case in dB | |
| double | m_shadowingStdNlos |
| the standard deviation of the shadowing component in the NLOS case in dB | |
Struct containing the parameters for each test.
Definition at line 1037 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 1042 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 1040 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 1041 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 1039 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 1043 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 1045 of file three-gpp-propagation-loss-model-test-suite.cc.
Referenced by ThreeGppShadowingTestCase::DoRun().