ns-3
ns3::PenetrationLossModel Class Reference

This class models the propagation loss model due to the penetration loss. More...

#include <penetration-loss-model.h>

Inheritance diagram for ns3::PenetrationLossModel:
Collaboration diagram for ns3::PenetrationLossModel:

List of all members.

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.

Detailed Description

This class models the propagation loss model due to the penetration loss.


Member Function Documentation

This method returns the TypeId associated to ns3::PenetrationLossModel.

This object is accessible through the following paths with Config::Set and Config::Connect:

  • /NodeList/[i]/DeviceList/[i]/$ns3::AlohaNoackNetDevice/Phy/$ns3::DiscreteTimeLossModel/$ns3::PenetrationLossModel
  • /NodeList/[i]/DeviceList/[i]/$ns3::AlohaNoackNetDevice/Phy/$ns3::PenetrationLossModel
  • /NodeList/[i]/DeviceList/[i]/$ns3::NonCommunicatingNetDevice/Phy/$ns3::DiscreteTimeLossModel/$ns3::PenetrationLossModel
  • /NodeList/[i]/DeviceList/[i]/$ns3::NonCommunicatingNetDevice/Phy/$ns3::PenetrationLossModel

No Attributes defined for this type.
No TraceSources defined for this type.

Reimplemented from ns3::DiscreteTimeLossModel.

References ns3::TypeId::SetParent().

Get the value of the penetration loss model, expressed in dB

Returns:
the value of the penetration loss model

References NS_LOG_FUNCTION.

Set the value of the penetration loss model, expressed in dB

Parameters:
pnlthe penetration loss value

References NS_LOG_FUNCTION.


The documentation for this class was generated from the following files: