Struct containing the parameters for each test. More...
Public Attributes | |
TypeId | m_condModel |
the type ID of the channel condition model to be used | |
double | m_frequency |
carrier frequency in Hz | |
Vector | m_positionA |
the position of the first node | |
Vector | m_positionB |
the position of the second node | |
double | m_pr |
received power in dBm | |
TypeId | m_propModel |
the type ID of the propagation loss model to be used | |
double | m_pt |
transmitted power in dBm | |
Struct containing the parameters for each test.
Definition at line 66 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 71 of file buildings-penetration-loss-pathloss-test.cc.
double BuildingsPenetrationLossesTestCase::TestVector::m_frequency |
carrier frequency in Hz
Definition at line 70 of file buildings-penetration-loss-pathloss-test.cc.
Referenced by BuildingsPenetrationLossesTestCase::DoRun().
Vector BuildingsPenetrationLossesTestCase::TestVector::m_positionA |
the position of the first node
Definition at line 68 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 69 of file buildings-penetration-loss-pathloss-test.cc.
Referenced by BuildingsPenetrationLossesTestCase::DoRun().
double BuildingsPenetrationLossesTestCase::TestVector::m_pr |
received power in dBm
Definition at line 74 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 72 of file buildings-penetration-loss-pathloss-test.cc.
Referenced by BuildingsPenetrationLossesTestCase::DoRun().
double BuildingsPenetrationLossesTestCase::TestVector::m_pt |
transmitted power in dBm
Definition at line 73 of file buildings-penetration-loss-pathloss-test.cc.
Referenced by BuildingsPenetrationLossesTestCase::DoRun().