#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. |
ns3::RandomPropagationDelayModel::RandomPropagationDelayModel | ( | ) |
Use the default parameters from PropagationDelayRandomDistribution.
virtual Time ns3::RandomPropagationDelayModel::GetDelay | ( | Ptr< MobilityModel > | a, | |
Ptr< MobilityModel > | b | |||
) | const [virtual] |
a | the source | |
b | the destination |
Implements ns3::PropagationDelayModel.
static TypeId ns3::RandomPropagationDelayModel::GetTypeId | ( | void | ) | [static] |
This method returns the TypeId associated to ns3::RandomPropagationDelayModel.
Attributes defined for this type:
Reimplemented from ns3::PropagationDelayModel.