mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 01:53:58 +02:00
Add helper for uniform gw distribution
This commit is contained in:
parent
ab7c9881f6
commit
1c96f7d2f6
3 changed files with 31 additions and 6 deletions
|
@ -29,11 +29,18 @@ public:
|
|||
|
||||
/**
|
||||
*
|
||||
* \param wpFile path to latitude longitude file
|
||||
* \param file path to latitude longitude file
|
||||
* \returns a node container containing nodes using the specified attributes
|
||||
*/
|
||||
NodeContainer Install (const std::string &file);
|
||||
|
||||
/**
|
||||
*
|
||||
* \param numNodes a number of nodes to uniformly distribute accross earth
|
||||
* \returns a node container containing nodes using the specified attributes
|
||||
*/
|
||||
NodeContainer Install (uint64_t numNodes);
|
||||
|
||||
/**
|
||||
*
|
||||
* \param location1 first location
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue