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 1050 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 1055 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 1053 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 1054 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 1052 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 1056 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 1058 of file three-gpp-propagation-loss-model-test-suite.cc.
Referenced by ThreeGppShadowingTestCase::DoRun().