ns-3
|
This class models the propagation loss model due to the penetration loss. More...
#include <penetration-loss-model.h>
Public Member Functions | |
void | SetValue (double pnl) |
double | GetValue (void) |
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
This method returns the TypeId associated to ns3::PenetrationLossModel. |
This class models the propagation loss model due to the penetration loss.
TypeId ns3::PenetrationLossModel::GetTypeId | ( | void | ) | [static] |
This method returns the TypeId associated to ns3::PenetrationLossModel.
This object is accessible through the following paths with Config::Set and Config::Connect:
No Attributes defined for this type.
No TraceSources defined for this type.
Reimplemented from ns3::DiscreteTimeLossModel.
References ns3::TypeId::SetParent().
double ns3::PenetrationLossModel::GetValue | ( | void | ) |
Get the value of the penetration loss model, expressed in dB
References NS_LOG_FUNCTION.
void ns3::PenetrationLossModel::SetValue | ( | double | pnl | ) |
Set the value of the penetration loss model, expressed in dB
pnl | the penetration loss value |
References NS_LOG_FUNCTION.