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


Public Member Functions | |
| Deny (const wns::pyconfig::View &config) | |
| Deny () | |
| virtual | ~Deny () |
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. | |
Classes | |
| class | Exception |
Definition at line 46 of file Deny.hpp.
| Deny::Deny | ( | const wns::pyconfig::View & | config | ) |
| wns::Ratio Deny::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.
1.5.5