Removing redundant temperature sensor events 06/35706/6
authorVibhor Gaur <vibhor.gaur@samsung.com>
Mon, 23 Feb 2015 14:27:54 +0000 (19:57 +0530)
committerVibhor Gaur <vibhor.gaur@samsung.com>
Tue, 24 Feb 2015 11:10:25 +0000 (03:10 -0800)
commit7e817e54e19a3a0fcfb91ca05462a81deeb15500
tree5d1e7b68fb36afad4e5d42392b27fcaa21d69bd1
parentf8e186e29dc915112a6be63a899c63dd9f54f588
Removing redundant temperature sensor events

TEMPERATURE_BASE_DATA_SET and TEMPERATURE_EVENT_RAW_DATA_REPORT_ON_TIME were the same.
TEMPERATURE_BASE_DATA_SET has been removed.
TEMPERATURE_BASE_DATA_SET was used for polling events and TEMPERATURE_EVENT_RAW_DATA_REPORT_ON_TIME was used for event driven.
Since both these represent the same pressure event, DATA_SET type has been removed and TEMPERATURE_EVENT_RAW_DATA_REPORT_ON_TIME has been renamed to TEMPERATURE_RAW_DATA_EVENT to make it simpler.
These representations have been shifted to sensor_deprecated.h in case other packages outside sensord are using these representations.

Change-Id: I7ebe005fcb2dd236cabf4c209a4456973f4597d1
src/libsensord/client_common.cpp
src/libsensord/sensor_deprecated.h
src/libsensord/sensor_temperature.h
src/temperature/temperature_sensor.cpp
test/src/auto_test.c
test/src/tc-common.c