mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-09 10:31:43 +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
|
@ -12,10 +12,8 @@ class LeoLatLong
|
|||
public:
|
||||
LeoLatLong ();
|
||||
LeoLatLong (double latitude, double longitude);
|
||||
LeoLatLong (std::string label, double latitude, double longitude);
|
||||
virtual ~LeoLatLong();
|
||||
|
||||
std::string label;
|
||||
double latitude;
|
||||
double longitude;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue