calculate a propagation delay. More...
#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. | |
calculate a propagation delay.
| virtual Time ns3::PropagationDelayModel::GetDelay | ( | Ptr< MobilityModel > | a, | |
| Ptr< MobilityModel > | b | |||
| ) | const [pure virtual] |
| a | the source | |
| b | the destination |
Calculate the propagation delay between the specified source and destination.
Implemented in ns3::RandomPropagationDelayModel, and ns3::ConstantSpeedPropagationDelayModel.
| static TypeId ns3::PropagationDelayModel::GetTypeId | ( | void | ) | [static] |
This method returns the TypeId associated to ns3::PropagationDelayModel.
This object is accessible through the following paths with Config::Set and Config::Connect:
No Attributes defined for this type.
No TraceSources defined for this type.
Reimplemented from ns3::Object.
Reimplemented in ns3::RandomPropagationDelayModel, and ns3::ConstantSpeedPropagationDelayModel.
1.7.1