mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-03 11:23:48 +00:00
[tracks] Safe GpsTrackCollection requests during recording.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
fb62982000
commit
b7b87f5530
@@ -17,8 +17,8 @@ public:
|
||||
|
||||
bool IsEmpty() const;
|
||||
|
||||
TrackStatistics GetTrackStatistics() const;
|
||||
ElevationInfo const & GetElevationInfo() const;
|
||||
TrackStatistics GetTrackStatistics();
|
||||
ElevationInfo const & GetElevationInfo();
|
||||
|
||||
using TGpsTrackDiffCallback =
|
||||
std::function<void(std::vector<std::pair<size_t, location::GpsInfo>> && toAdd,
|
||||
|
||||
Reference in New Issue
Block a user