Struct containing the parameters for each test. More...
Public Attributes | |
TypeId | m_condModel |
the type ID of the channel condition model to be used More... | |
double | m_frequency |
carrier frequency in Hz More... | |
bool | m_isLos |
LOS probability. More... | |
Vector | m_positionA |
the position of the first node More... | |
Vector | m_positionB |
the position of the second node More... | |
double | m_pr |
received power in dBm More... | |
TypeId | m_propModel |
the type ID of the propagation loss model to be used More... | |
double | m_pt |
transmitted power in dBm More... | |
Struct containing the parameters for each test.
Definition at line 77 of file buildings-penetration-loss-pathloss-test.cc.
TypeId BuildingsPenetrationLossesTestCase::TestVector::m_condModel |
the type ID of the channel condition model to be used
Definition at line 83 of file buildings-penetration-loss-pathloss-test.cc.
double BuildingsPenetrationLossesTestCase::TestVector::m_frequency |
carrier frequency in Hz
Definition at line 81 of file buildings-penetration-loss-pathloss-test.cc.
Referenced by BuildingsPenetrationLossesTestCase::DoRun().
bool BuildingsPenetrationLossesTestCase::TestVector::m_isLos |
LOS probability.
Definition at line 82 of file buildings-penetration-loss-pathloss-test.cc.
Vector BuildingsPenetrationLossesTestCase::TestVector::m_positionA |
the position of the first node
Definition at line 79 of file buildings-penetration-loss-pathloss-test.cc.
Referenced by BuildingsPenetrationLossesTestCase::DoRun().
Vector BuildingsPenetrationLossesTestCase::TestVector::m_positionB |
the position of the second node
Definition at line 80 of file buildings-penetration-loss-pathloss-test.cc.
Referenced by BuildingsPenetrationLossesTestCase::DoRun().
double BuildingsPenetrationLossesTestCase::TestVector::m_pr |
received power in dBm
Definition at line 86 of file buildings-penetration-loss-pathloss-test.cc.
Referenced by BuildingsPenetrationLossesTestCase::DoRun().
TypeId BuildingsPenetrationLossesTestCase::TestVector::m_propModel |
the type ID of the propagation loss model to be used
Definition at line 84 of file buildings-penetration-loss-pathloss-test.cc.
Referenced by BuildingsPenetrationLossesTestCase::DoRun().
double BuildingsPenetrationLossesTestCase::TestVector::m_pt |
transmitted power in dBm
Definition at line 85 of file buildings-penetration-loss-pathloss-test.cc.
Referenced by BuildingsPenetrationLossesTestCase::DoRun().