summaryrefslogtreecommitdiff
path: root/core/LocAdapterBase.h
diff options
context:
space:
mode:
authorqctecmdr Service <qctecmdr@qualcomm.com>2019-03-19 11:16:01 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-03-19 11:16:00 -0700
commit7d34cea4ca6de95a464ed0df0da46628b27de107 (patch)
tree2b97e63e5e1fcb093bbc1fba1bd0905d805054c8 /core/LocAdapterBase.h
parenta7953cd7eac3c6262b1b96bfdaa555da925b6f12 (diff)
parente22619060be72c2e5729612a2f811c8b252c5eec (diff)
downloadgps-7d34cea4ca6de95a464ed0df0da46628b27de107.tar.gz
Merge "Remove tracking redundanty and assure min interval"
Diffstat (limited to 'core/LocAdapterBase.h')
-rw-r--r--core/LocAdapterBase.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/LocAdapterBase.h b/core/LocAdapterBase.h
index 722947a..ca23e65 100644
--- a/core/LocAdapterBase.h
+++ b/core/LocAdapterBase.h
@@ -34,6 +34,8 @@
#include <LocationAPI.h>
#include <map>
+#define MIN_TRACKING_INTERVAL (100) // 100 msec
+
typedef struct LocationSessionKey {
LocationAPI* client;
uint32_t id;