lp:~thomas-voss/location-service/iterate-on-better-position-selection
Created by
Thomas Voß
and last modified
- Get this branch:
- bzr branch lp:~thomas-voss/location-service/iterate-on-better-position-selection
Only
Thomas Voß
can upload to this branch. If you are
Thomas Voß
please log in for upload directions.
Branch merges
Propose for merging
- PS Jenkins bot: Approve (continuous-integration)
- Ubuntu Phablet Team: Pending requested
-
Diff: 817 lines (+256/-212)14 files modifiedexamples/service/service.cpp (+1/-1)
include/location_service/com/ubuntu/location/service/configuration.h (+4/-1)
include/location_service/com/ubuntu/location/update.h (+29/-1)
src/location_service/com/ubuntu/location/engine.cpp (+7/-1)
src/location_service/com/ubuntu/location/engine.h (+2/-2)
src/location_service/com/ubuntu/location/service/daemon.cpp (+1/-1)
src/location_service/com/ubuntu/location/service/default_configuration.cpp (+8/-1)
src/location_service/com/ubuntu/location/service/default_configuration.h (+4/-0)
src/location_service/com/ubuntu/location/time_based_update_policy.cpp (+52/-65)
src/location_service/com/ubuntu/location/time_based_update_policy.h (+18/-17)
src/location_service/com/ubuntu/location/update_policy.h (+5/-17)
tests/acceptance_tests.cpp (+5/-5)
tests/engine_test.cpp (+66/-8)
tests/time_based_update_policy_test.cpp (+54/-92)
Branch information
Recent revisions
- 203. By Thomas Voß
-
Adjust integration of the update policy throughout the system.
Add test cases ensuring that the engine calls the policy for incoming updates. - 195. By Manuel de la Peña
-
Move the heuristics to its own class to make it easier to have diff options. Move the position selection to the engine.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:location-service/trunk