mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-09 02:23:57 +02:00
Fix LEO propagation loss
This commit is contained in:
parent
a92c54703f
commit
ad22221f42
6 changed files with 65 additions and 28 deletions
|
@ -61,6 +61,12 @@ private:
|
|||
* can return zero
|
||||
*/
|
||||
virtual int64_t DoAssignStreams (int64_t stream);
|
||||
|
||||
void SetElevationAngle (double angle);
|
||||
double GetElevationAngle () const;
|
||||
|
||||
void SetCutoffDistance (double d);
|
||||
double GetCutoffDistance () const;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue