projects
/
platform
/
hal
/
api
/
sensor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0df3c5d
)
Add max_interval in sensor_info_t
43/269143/1
accepted/tizen/unified/20220128.144439
submit/tizen/20220127.011830
author
TaeminYeom
<taemin.yeom@samsung.com>
Mon, 10 Jan 2022 10:14:19 +0000
(19:14 +0900)
committer
TaeminYeom
<taemin.yeom@samsung.com>
Mon, 10 Jan 2022 10:14:19 +0000
(19:14 +0900)
Change-Id: Ie31d80e50c12292d872fbf5b1fa5865421d32782
Signed-off-by: TaeminYeom <taemin.yeom@samsung.com>
include/hal-sensor-types.h
patch
|
blob
|
history
diff --git
a/include/hal-sensor-types.h
b/include/hal-sensor-types.h
index 3454dc5845521a7d3fb8f52189e7f4ac434b4aea..ad119a285afb7f5107b245fe9361c52fe242b0b9 100644
(file)
--- a/
include/hal-sensor-types.h
+++ b/
include/hal-sensor-types.h
@@
-173,6
+173,7
@@
typedef struct sensor_info_t {
float max_range;
float resolution;
int min_interval;
+ int max_interval;
int max_batch_count;
bool wakeup_supported;
} sensor_info_t;