the propagation speed is constant More...
#include <propagation-delay-model.h>
Public Member Functions | |
ConstantSpeedPropagationDelayModel () | |
virtual Time | GetDelay (Ptr< MobilityModel > a, Ptr< MobilityModel > b) const |
double | GetSpeed (void) const |
void | SetSpeed (double speed) |
![]() | |
virtual | ~PropagationDelayModel () |
int64_t | AssignStreams (int64_t stream) |
![]() | |
Object () | |
virtual | ~Object () |
void | AggregateObject (Ptr< Object > other) |
void | Dispose (void) |
AggregateIterator | GetAggregateIterator (void) const |
virtual TypeId | GetInstanceTypeId (void) const |
template<typename T > | |
Ptr< T > | GetObject (void) const |
template<typename T > | |
Ptr< T > | GetObject (TypeId tid) const |
void | Initialize (void) |
![]() | |
SimpleRefCount () | |
SimpleRefCount (const SimpleRefCount &o) | |
uint32_t | GetReferenceCount (void) const |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
void | Ref (void) const |
void | Unref (void) const |
![]() | |
virtual | ~ObjectBase () |
void | GetAttribute (std::string name, AttributeValue &value) const |
bool | GetAttributeFailSafe (std::string name, AttributeValue &attribute) const |
void | SetAttribute (std::string name, const AttributeValue &value) |
bool | SetAttributeFailSafe (std::string name, const AttributeValue &value) |
bool | TraceConnect (std::string name, std::string context, const CallbackBase &cb) |
bool | TraceConnectWithoutContext (std::string name, const CallbackBase &cb) |
bool | TraceDisconnect (std::string name, std::string context, const CallbackBase &cb) |
bool | TraceDisconnectWithoutContext (std::string name, const CallbackBase &cb) |
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
Private Member Functions | |
virtual int64_t | DoAssignStreams (int64_t stream) |
Private Attributes | |
double | m_speed |
Additional Inherited Members | |
![]() | |
Object (const Object &o) | |
virtual void | DoDispose (void) |
virtual void | DoInitialize (void) |
virtual void | NotifyNewAggregate (void) |
the propagation speed is constant
ns3::ConstantSpeedPropagationDelayModel is accessible through the following paths with Config::Set and Config::Connect:
No TraceSources are defined for this type.
Definition at line 95 of file propagation-delay-model.h.
ns3::ConstantSpeedPropagationDelayModel::ConstantSpeedPropagationDelayModel | ( | ) |
Use the default parameters from PropagationDelayConstantSpeed.
Definition at line 103 of file propagation-delay-model.cc.
|
privatevirtual |
Definition at line 125 of file propagation-delay-model.cc.
|
virtual |
a | the source |
b | the destination |
Calculate the propagation delay between the specified source and destination.
Implements ns3::PropagationDelayModel.
Definition at line 107 of file propagation-delay-model.cc.
References ns3::MobilityModel::GetDistanceFrom(), m_speed, and ns3::Seconds().
double ns3::ConstantSpeedPropagationDelayModel::GetSpeed | ( | void | ) | const |
Definition at line 119 of file propagation-delay-model.cc.
References m_speed.
|
static |
Reimplemented from ns3::PropagationDelayModel.
Definition at line 90 of file propagation-delay-model.cc.
References m_speed, and ns3::TypeId::SetParent().
void ns3::ConstantSpeedPropagationDelayModel::SetSpeed | ( | double | speed | ) |
speed | the new speed (m/s) |
Definition at line 114 of file propagation-delay-model.cc.
References m_speed.
|
private |
Definition at line 115 of file propagation-delay-model.h.
Referenced by GetDelay(), GetSpeed(), GetTypeId(), and SetSpeed().