mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-10 02:51:42 +02:00
Add user link parameters
This commit is contained in:
parent
bb3bcb627c
commit
7293dbbad1
12 changed files with 247 additions and 96 deletions
|
@ -73,7 +73,7 @@ public:
|
|||
virtual bool TransmitStart (Ptr<const Packet> p, uint32_t devId, Address dst, Time txTime) = 0;
|
||||
|
||||
Ptr<PropagationLossModel> GetPropagationLoss () const;
|
||||
void SetPropagationLoss (PropagationLossModel model);
|
||||
void SetPropagationLoss (Ptr<PropagationLossModel> model);
|
||||
|
||||
protected:
|
||||
TracedCallback<Ptr<const Packet>, // Packet being transmitted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue