mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 10:03:58 +02:00
Fix ground station allocator and trace mac drops
This commit is contained in:
parent
8d5cbfe8fe
commit
998b7fe2f2
15 changed files with 222 additions and 80 deletions
|
@ -36,10 +36,11 @@ public:
|
|||
|
||||
/**
|
||||
*
|
||||
* \param numNodes a number of nodes to uniformly distribute accross earth
|
||||
* \param latNodes a number of nodes to in latitude direction
|
||||
* \param lonNodes a number of nodes to in longitude direction
|
||||
* \returns a node container containing nodes using the specified attributes
|
||||
*/
|
||||
NodeContainer Install (uint64_t numNodes);
|
||||
NodeContainer Install (uint32_t latNodes, uint32_t lonNodes);
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue