mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-09 02:23:57 +02:00
fixup: mobility model and loss
This commit is contained in:
parent
582d6c58d0
commit
42f5bac245
4 changed files with 131 additions and 121 deletions
|
@ -81,10 +81,10 @@ protected:
|
|||
> m_txrxMock;
|
||||
|
||||
/**
|
||||
* \brief Get the delay associated with this channel
|
||||
* \returns Time delay
|
||||
* \brief Get the propagation delay associated with this channel
|
||||
* \returns Propagation time delay
|
||||
*/
|
||||
Time GetDelay (Ptr<const MockNetDevice> first, Ptr<const MockNetDevice> second, Time txTime) const;
|
||||
Time GetPropagationDelay (Ptr<MobilityModel> first, Ptr<MobilityModel> second, Time txTime) const;
|
||||
|
||||
Ptr<PropagationDelayModel> GetPropagationDelay () const;
|
||||
Ptr<PropagationLossModel> GetPropagationLoss () const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue