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


Public Member Functions | |
| MinPathloss (const wns::pyconfig::View &config) | |
| virtual wns::Ratio | operator() (const wns::Ratio &pathloss) const |
Private Attributes | |
| const wns::Ratio | minPathloss |
Definition at line 41 of file MinPathloss.hpp.
| MinPathloss::MinPathloss | ( | const wns::pyconfig::View & | config | ) |
Definition at line 33 of file MinPathloss.cpp.
| wns::Ratio MinPathloss::operator() | ( | const wns::Ratio & | pathloss | ) | const [virtual] |
Returns max(pathloss, minPathloss), where minPathloss is set by pyconfig.
Definition at line 37 of file MinPathloss.cpp.
const wns::Ratio rise::scenario::pathloss::MinPathloss::minPathloss [private] |
Definition at line 52 of file MinPathloss.hpp.
1.5.5