mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-09 18:41:42 +02:00
Add link params to model with attributes
This commit is contained in:
parent
1224169ff5
commit
27ee6a3697
8 changed files with 77 additions and 12 deletions
|
@ -25,9 +25,24 @@ private:
|
|||
double m_cutoffDistance;
|
||||
|
||||
/**
|
||||
* Cutoff angle for signal
|
||||
* Maximum elevation angle
|
||||
*/
|
||||
double m_cutoffAngle;
|
||||
double m_elevationAngle;
|
||||
|
||||
/**
|
||||
* Atmospheric loss
|
||||
*/
|
||||
double m_atmosphericLoss;
|
||||
|
||||
/**
|
||||
* Free space path loss (FSPL)
|
||||
*/
|
||||
double m_freeSpacePathLoss;
|
||||
|
||||
/**
|
||||
* Link margin
|
||||
*/
|
||||
double m_linkMargin;
|
||||
|
||||
/**
|
||||
* Returns the Rx Power taking into account only the particular
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue