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


Public Member Functions | |
| Constant (const wns::pyconfig::View &config) | |
| virtual | ~Constant () |
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. | |
Private Attributes | |
| const wns::Ratio | value |
Definition at line 42 of file Constant.hpp.
| Constant::Constant | ( | const wns::pyconfig::View & | config | ) | [explicit] |
Definition at line 41 of file Constant.cpp.
| Constant::~Constant | ( | ) | [virtual] |
Definition at line 46 of file Constant.cpp.
| wns::Ratio Constant::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.
Definition at line 49 of file Constant.cpp.
const wns::Ratio rise::scenario::pathloss::Constant::value [private] |
Definition at line 61 of file Constant.hpp.
1.5.5