The propagation loss is random. More...
#include <propagation-loss-model.h>
Public Member Functions | |
virtual double | GetLoss (Ptr< MobilityModel > a, Ptr< MobilityModel > b) const |
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
This method returns the TypeId associated to ns3::RandomPropagationLossModel. |
The propagation loss is random.
virtual double ns3::RandomPropagationLossModel::GetLoss | ( | Ptr< MobilityModel > | a, | |
Ptr< MobilityModel > | b | |||
) | const [virtual] |
a | the mobility model of the source | |
b | the mobility model of the destination |
Implements ns3::PropagationLossModel.
static TypeId ns3::RandomPropagationLossModel::GetTypeId | ( | void | ) | [static] |
This method returns the TypeId associated to ns3::RandomPropagationLossModel.
This object is accessible through the following paths with Config::Set and Config::Connect:
Attributes defined for this type:
No TraceSources defined for this type.
Reimplemented from ns3::PropagationLossModel.