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


Public Types | |
| typedef scenerymap::Interpolation2D | Interpolation2D |
| typedef scenerymap::PathlossMap2D | PathlossMap2D |
Public Member Functions | |
| Map (const wns::pyconfig::View &config) | |
| virtual | ~Map () |
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. | |
Definition at line 45 of file MapPathloss.hpp.
Definition at line 49 of file MapPathloss.hpp.
Definition at line 48 of file MapPathloss.hpp.
| Map::Map | ( | const wns::pyconfig::View & | config | ) |
Definition at line 44 of file MapPathloss.cpp.
| Map::~Map | ( | ) | [virtual] |
Definition at line 48 of file MapPathloss.cpp.
| wns::Ratio Map::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 52 of file MapPathloss.cpp.
1.5.5