projects
/
platform
/
core
/
api
/
sensor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42d240b
)
Add Lidar sensor type in internal header
62/267962/2
submit/tizen_6.5/20211217.062158
submit/tizen_6.5/20211222.073549
author
taemin.yeom
<taemin.yeom@samsung.com>
Mon, 13 Dec 2021 09:30:34 +0000
(18:30 +0900)
committer
Hyotaek Shim
<hyotaek.shim@samsung.com>
Tue, 14 Dec 2021 03:44:39 +0000
(
03:44
+0000)
Change-Id: I7a598c7fc3c97aa49677e25af6dd40ac70351bad
Signed-off-by: taemin.yeom <taemin.yeom@samsung.com>
include/sensor-internal.h
patch
|
blob
|
history
diff --git
a/include/sensor-internal.h
b/include/sensor-internal.h
index 3c8901f4732e14e7885377e1b6e3a750a45d8aac..650529adbe8f0c9b50cab7e11c137eda63699c5d 100644
(file)
--- a/
include/sensor-internal.h
+++ b/
include/sensor-internal.h
@@
-26,6
+26,10
@@
typedef enum {
SENSOR_ATTRIBUTE_POWER_STATE,
} sensor_attribute_internal_e;
+typedef enum {
+ SENSOR_LIDAR = 1000,
+} sensor_type_internel_e;
+
/**
* @brief Set the attribute to a connected sensor
*