Struct containing the parameters for each test. More...
Public Attributes | |
std::string | m_density |
the vehicles density | |
double | m_pLos {0.0} |
LOS probability. | |
double | m_pNlos {0.0} |
NLOS 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 312 of file probabilistic-v2v-channel-condition-model-test.cc.
std::string V2vHighwayProbChCondModelTestCase::TestVector::m_density |
the vehicles density
Definition at line 318 of file probabilistic-v2v-channel-condition-model-test.cc.
Referenced by V2vHighwayProbChCondModelTestCase::DoRun().
double V2vHighwayProbChCondModelTestCase::TestVector::m_pLos {0.0} |
LOS probability.
Definition at line 316 of file probabilistic-v2v-channel-condition-model-test.cc.
Referenced by V2vHighwayProbChCondModelTestCase::DoRun().
double V2vHighwayProbChCondModelTestCase::TestVector::m_pNlos {0.0} |
NLOS probability.
Definition at line 317 of file probabilistic-v2v-channel-condition-model-test.cc.
Referenced by V2vHighwayProbChCondModelTestCase::DoRun().
Vector V2vHighwayProbChCondModelTestCase::TestVector::m_positionA |
the position of the first node
Definition at line 314 of file probabilistic-v2v-channel-condition-model-test.cc.
Referenced by V2vHighwayProbChCondModelTestCase::DoRun().
Vector V2vHighwayProbChCondModelTestCase::TestVector::m_positionB |
the position of the second node
Definition at line 315 of file probabilistic-v2v-channel-condition-model-test.cc.
Referenced by V2vHighwayProbChCondModelTestCase::DoRun().
TypeId V2vHighwayProbChCondModelTestCase::TestVector::m_typeId |
the type ID of the channel condition model to be used
Definition at line 319 of file probabilistic-v2v-channel-condition-model-test.cc.
Referenced by V2vHighwayProbChCondModelTestCase::DoRun().