![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <scenario/pathloss/DistanceDependent.hpp>


Protected Member Functions | |
| virtual wns::Ratio | calculatePathloss (const antenna::Antenna &source, const antenna::Antenna &target, const wns::Frequency &frequency) const |
| Pathloss calculation function for models not dependent on the distance of source and target. | |
| DistanceDependent (const wns::pyconfig::View &config) | |
Static Protected Member Functions | |
| static wns::Distance | calculateDistance (const antenna::Antenna &antenna1, const antenna::Antenna &antenna2) |
Definition at line 40 of file DistanceDependent.hpp.
| DistanceDependent::DistanceDependent | ( | const wns::pyconfig::View & | config | ) | [protected] |
Definition at line 37 of file DistanceDependent.cpp.
| wns::Distance DistanceDependent::calculateDistance | ( | const antenna::Antenna & | antenna1, | |
| const antenna::Antenna & | antenna2 | |||
| ) | [static, protected] |
Definition at line 50 of file DistanceDependent.cpp.
| wns::Ratio DistanceDependent::calculatePathloss | ( | const antenna::Antenna & | source, | |
| const antenna::Antenna & | target, | |||
| const wns::Frequency & | frequency | |||
| ) | const [protected, virtual] |
For models dependent on the distance DistanceDepedent will provide an implementation of this method.
Implements rise::scenario::pathloss::Pathloss.
Reimplemented in rise::scenario::pathloss::MultiModel, and rise::scenario::pathloss::RangeChecked.
Definition at line 42 of file DistanceDependent.cpp.
1.5.5