A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
BuildingsPenetrationLossesTestCase::TestVector Struct Reference

Struct containing the parameters for each test. More...

+ Collaboration diagram for BuildingsPenetrationLossesTestCase::TestVector:

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
 

Detailed Description

Struct containing the parameters for each test.

Definition at line 77 of file buildings-penetration-loss-pathloss-test.cc.

Member Data Documentation

◆ m_condModel

TypeId BuildingsPenetrationLossesTestCase::TestVector::m_condModel

the type ID of the channel condition model to be used

Definition at line 82 of file buildings-penetration-loss-pathloss-test.cc.

◆ m_frequency

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().

◆ m_positionA

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().

◆ m_positionB

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().

◆ m_pr

double BuildingsPenetrationLossesTestCase::TestVector::m_pr

received power in dBm

Definition at line 85 of file buildings-penetration-loss-pathloss-test.cc.

Referenced by BuildingsPenetrationLossesTestCase::DoRun().

◆ m_propModel

TypeId BuildingsPenetrationLossesTestCase::TestVector::m_propModel

the type ID of the propagation loss model to be used

Definition at line 83 of file buildings-penetration-loss-pathloss-test.cc.

Referenced by BuildingsPenetrationLossesTestCase::DoRun().

◆ m_pt

double BuildingsPenetrationLossesTestCase::TestVector::m_pt

transmitted power in dBm

Definition at line 84 of file buildings-penetration-loss-pathloss-test.cc.

Referenced by BuildingsPenetrationLossesTestCase::DoRun().


The documentation for this struct was generated from the following file: