Struct containing the parameters for each test. More...
Public Attributes | |
double | m_pLos |
LOS probability. | |
Vector | m_positionA |
the position of the first node | |
Vector | m_positionB |
the position of the second node | |
TypeId | m_typeId |
the type ID of the channel condition model to be used | |
Struct containing the parameters for each test.
Definition at line 72 of file channel-condition-model-test-suite.cc.
double ThreeGppChannelConditionModelTestCase::TestVector::m_pLos |
LOS probability.
Definition at line 76 of file channel-condition-model-test-suite.cc.
Referenced by ThreeGppChannelConditionModelTestCase::DoRun().
Vector ThreeGppChannelConditionModelTestCase::TestVector::m_positionA |
the position of the first node
Definition at line 74 of file channel-condition-model-test-suite.cc.
Referenced by ThreeGppChannelConditionModelTestCase::DoRun().
Vector ThreeGppChannelConditionModelTestCase::TestVector::m_positionB |
the position of the second node
Definition at line 75 of file channel-condition-model-test-suite.cc.
Referenced by ThreeGppChannelConditionModelTestCase::DoRun().
TypeId ThreeGppChannelConditionModelTestCase::TestVector::m_typeId |
the type ID of the channel condition model to be used
Definition at line 77 of file channel-condition-model-test-suite.cc.
Referenced by ThreeGppChannelConditionModelTestCase::DoRun().