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>
This commit is contained in:
Berthold Stoeger 2019-11-16 15:36:10 +01:00 committed by Dirk Hohndel
parent 5808a57e48
commit 89047b3541
2 changed files with 10 additions and 4 deletions

View file

@ -33,6 +33,7 @@ public:
~GpsLocation();
static GpsLocation *instance();
static bool hasInstance();
std::vector<DiveAndLocation> getLocations();
int applyLocations();
int getGpsNum() const;
bool hasLocationsSource();