mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-09 02:23:57 +02:00
Cleanup
This commit is contained in:
parent
f7bd15f1a8
commit
8d5cbfe8fe
9 changed files with 50 additions and 99 deletions
|
@ -12,8 +12,10 @@ 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