ns-3
|
the propagation delay is random More...
#include <propagation-delay-model.h>
Public Member Functions | |
RandomPropagationDelayModel () | |
virtual Time | GetDelay (Ptr< MobilityModel > a, Ptr< MobilityModel > b) const |
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
This method returns the TypeId associated to ns3::RandomPropagationDelayModel. |
the propagation delay is random
ns3::RandomPropagationDelayModel::RandomPropagationDelayModel | ( | ) |
Use the default parameters from PropagationDelayRandomDistribution.
|
virtual |
a | the source |
b | the destination |
Calculate the propagation delay between the specified source and destination.
Implements ns3::PropagationDelayModel.
References ns3::RandomVariable::GetValue(), and ns3::Seconds().
|
static |
This method returns the TypeId associated to ns3::RandomPropagationDelayModel.
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::PropagationDelayModel.
References ns3::TypeId::SetParent().