sensord: clean up sensor_info class to support URI as name 18/123218/3
authorkibak.yoon <kibak.yoon@samsung.com>
Wed, 5 Apr 2017 03:21:11 +0000 (12:21 +0900)
committerKibak Yoon <kibak.yoon@samsung.com>
Wed, 5 Apr 2017 05:07:36 +0000 (22:07 -0700)
commit850ec974bbe07d4785a1ff002132544b1c145fcb
tree145594686f55f13d9e6b9a0ed57f5c7d05e56b6f
parenta718244c631c79952680c6f80de925e3c7c4153c
sensord: clean up sensor_info class to support URI as name

- sensor_info class has sensor information and
  can support serialize/deserialize information between client and server.
- URI(type and name) is supported

- TODO-LIST
  - some information is redundant or requires a clear distinction

Change-Id: I3f40376f37cccbb003d865b7558b5fc55a3b141f
Signed-off-by: kibak.yoon <kibak.yoon@samsung.com>
include/sensor_types.h
src/shared/sensor_info.cpp
src/shared/sensor_info.h