diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-11-16 15:36:10 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-09 12:41:57 -0700 |
commit | 89047b3541618383ab5b39eeadff7dfcb60e1295 (patch) | |
tree | a97c1c1abda708998acfd85127915bf1b2b20a4e /core/gpslocation.h | |
parent | 5808a57e480d805e981c5f35c486114863c17da4 (diff) | |
download | subsurface-89047b3541618383ab5b39eeadff7dfcb60e1295.tar.gz |
GPS fixes: split collecting GPS fixes into own function
This finishes the spliting of the GPS fix application:
One function for collecting the fixes, one for application.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/gpslocation.h')
-rw-r--r-- | core/gpslocation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/gpslocation.h b/core/gpslocation.h index 88fdb813c..2e8f92b26 100644 --- a/core/gpslocation.h +++ b/core/gpslocation.h @@ -33,6 +33,7 @@ public: ~GpsLocation(); static GpsLocation *instance(); static bool hasInstance(); + std::vector<DiveAndLocation> getLocations(); int applyLocations(); int getGpsNum() const; bool hasLocationsSource(); |