#include <propagation-delay-model.h>
Public Member Functions | |
virtual Time | GetDelay (Ptr< MobilityModel > a, Ptr< MobilityModel > b) const =0 |
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
This method returns the TypeId associated to ns3::PropagationDelayModel. |
virtual Time ns3::PropagationDelayModel::GetDelay | ( | Ptr< MobilityModel > | a, | |
Ptr< MobilityModel > | b | |||
) | const [pure virtual] |
a | the source | |
b | the destination |
Implemented in ns3::RandomPropagationDelayModel, and ns3::ConstantSpeedPropagationDelayModel.
static TypeId ns3::PropagationDelayModel::GetTypeId | ( | void | ) | [static] |
This method returns the TypeId associated to ns3::PropagationDelayModel.
No Attributes defined for this type.
No TraceSources defined for this type.
Reimplemented from ns3::Object.
Reimplemented in ns3::RandomPropagationDelayModel, and ns3::ConstantSpeedPropagationDelayModel.