Public Member Functions | Static Public Member Functions

ns3::PropagationLossModel Class Reference

Modelize the propagation loss through a transmission medium. More...

#include <propagation-loss-model.h>

Inheritance diagram for ns3::PropagationLossModel:
Inheritance graph
[legend]
Collaboration diagram for ns3::PropagationLossModel:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void SetNext (Ptr< PropagationLossModel > next)
double CalcRxPower (double txPowerDbm, Ptr< MobilityModel > a, Ptr< MobilityModel > b) const

Static Public Member Functions

static TypeId GetTypeId (void)
 This method returns the TypeId associated to ns3::PropagationLossModel.

Detailed Description

Modelize the propagation loss through a transmission medium.

Calculate the receive power (dbm) from a transmit power (dbm) and a mobility model for the source and destination positions.


Member Function Documentation

double ns3::PropagationLossModel::CalcRxPower ( double  txPowerDbm,
Ptr< MobilityModel a,
Ptr< MobilityModel b 
) const
Parameters:
txPowerDbm current transmission power (in dBm)
a the mobility model of the source
b the mobility model of the destination
Returns:
the reception power after adding/multiplying propagation loss (in dBm)
static TypeId ns3::PropagationLossModel::GetTypeId ( void   )  [static]

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