mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 10:03:58 +02:00
Add user link parameters
This commit is contained in:
parent
bb3bcb627c
commit
7293dbbad1
12 changed files with 247 additions and 96 deletions
|
@ -30,8 +30,13 @@ public:
|
|||
DeviceType GetDeviceType () const;
|
||||
void SetDeviceType (DeviceType deviceType);
|
||||
|
||||
protected:
|
||||
virtual double DoCalcRxPower (double rxPower) const;
|
||||
|
||||
private:
|
||||
DeviceType m_deviceType;
|
||||
double m_rxLoss;
|
||||
double m_rxGain;
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue