c96d873fa8
[map] return the ElevationInfo for the current track recording
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-02-28 13:56:03 +00:00
1783c90714
[map] move the track stats calc logic from ElevationInfo to the TrackStatistics
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-02-21 14:38:11 -03:00
01890abc83
[map] [platform] review fixes
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-12-17 14:11:52 -03:00
a2eaccc564
[map] [framework] implement track info updates observing to the framework
...
The updates can be retrieved using the `SetTrackRecordingInfoUpdateHandler`
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-12-17 14:11:52 -03:00
de0650f3b2
[map] calculate the track recording info stats
...
To retrieve as a `GpsTrackInfo` struct that will be used to notify the UI about the track recording process.
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-12-17 14:11:52 -03:00
3e50f646fc
[map] remove Duration and File Rotation from the track recording
...
Because of the `RecentPath` feature was replaced with the `TrackRecording`
the the file's tail shouldn't be truncated by the system. User can record
track for more than 24h. This is why the `Duration`, `TruncFile` and `m_maxItemCount`-rleated code
was removed.
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-10-15 12:32:12 -03:00
c23a535dba
[gps] add timestams and altitudes to the recorded track points
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-09-03 18:21:06 +02:00
Alexander Borsuk
a2d059da91
Replaced GpsTrackInfo with GpsInfo
...
TODO: There is an inefficient copying in void GpsTrackFilter::Process
that can be refactored
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-08-27 11:50:16 +02:00
d540b579c7
[map] [gps] fetch recorded recent track
...
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2024-08-25 15:56:32 +02:00
Alexander Borsuk
718c78fbc8
Fix unqualified call to std::move warning
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-04-29 14:53:39 +02:00
Alexander Borsuk
39143b7acc
Unity builds
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-01-13 18:24:11 +03:00
tatiana-yan
bd5abcf5a8
Got rid of the old style std/ includes for several files.
2019-09-19 18:48:06 +03:00
Vladimir Byko-Ianko
964d5a4d39
Review fixes.
2017-03-20 11:34:39 +03:00
Vladimir Byko-Ianko
d9d3060131
Track recoder crash fix.
2017-03-20 11:34:39 +03:00
Sergey Yershov
20c0eb77e3
Remove using std from base
2016-12-28 15:24:51 +03:00
vng
c229cdeba2
Detailed exceptions description while creating gps track file.
2016-04-05 18:37:17 +03:00
Constantin Shalnev
e1c641c965
Use filter as strategy to simplify testing and assembling
2016-01-13 15:54:47 +03:00
Constantin Shalnev
0e5e25ecbd
Write all points in storage, insert filtered points in runtime collection
2016-01-13 15:54:46 +03:00
Constantin Shalnev
676445553c
Fixed evicted by Add new points
2016-01-13 15:54:43 +03:00
kshalnev
95479a6d68
Implemented GpsTracker
2016-01-13 15:54:30 +03:00
Constantin Shalnev
c1398cf291
Added GpsTrackFilter
2016-01-13 15:54:30 +03:00
Constantin Shalnev
f29485e00c
Small decomposition
2016-01-13 15:54:28 +03:00
Constantin Shalnev
77cf1357d0
Implemented GpsTrackStorage
2016-01-13 15:54:27 +03:00
Constantin Shalnev
c32a74bf27
Fixed notes
2016-01-13 15:54:26 +03:00
Constantin Shalnev
d8e7c937b8
Improved GpsTrack file
2016-01-13 15:54:25 +03:00
Constantin Shalnev
e17a9e0af5
Gps track writes/reads data in worker thread
2016-01-13 15:54:23 +03:00
Constantin Shalnev
0c1fbf4cf7
Fixed notes
2016-01-13 15:54:21 +03:00
Constantin Shalnev
d14acb9058
Added GpsTrack
2016-01-13 15:54:21 +03:00