From 83e771e00fbd3ffd2cd36e7f4966103da1ce338b Mon Sep 17 00:00:00 2001 From: "kibak.yoon" Date: Fri, 14 Apr 2017 00:31:56 +0900 Subject: [PATCH] sensord: use underscore(_) instead of dot(.) for URI string - [TBD] discuss what is the better Change-Id: I6c41cc4eca22062159734ebfae422f9da0ce7c04 Signed-off-by: kibak.yoon --- src/shared/sensor_utils.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/shared/sensor_utils.cpp b/src/shared/sensor_utils.cpp index 6ef0504..817eb31 100644 --- a/src/shared/sensor_utils.cpp +++ b/src/shared/sensor_utils.cpp @@ -52,13 +52,13 @@ static std::map types = { {TEMPERATURE_SENSOR, "http://tizen.org/sensor/temperature"}, {HUMIDITY_SENSOR, "http://tizen.org/sensor/humidity"}, {HRM_SENSOR, "http://tizen.org/sensor/heart_rate_monitor"}, - {HRM_LED_GREEN_SENSOR, "http://tizen.org/sensor/hrm.led_green"}, - {HRM_LED_IR_SENSOR, "http://tizen.org/sensor/hrm.led_ir"}, - {HRM_LED_RED_SENSOR, "http://tizen.org/sensor/hrm.led_red"}, - {GYROSCOPE_UNCAL_SENSOR, "http://tizen.org/sensor/gyroscope.uncalibrated"}, - {GEOMAGNETIC_UNCAL_SENSOR, "http://tizen.org/sensor/geomagnetic.uncalibrated"}, - {GYROSCOPE_RV_SENSOR, "http://tizen.org/sensor/rotation_vector.gyroscope"}, - {GEOMAGNETIC_RV_SENSOR, "http://tizen.org/sensor/rotation_vector.geomagnetic"}, + {HRM_LED_GREEN_SENSOR, "http://tizen.org/sensor/hrm_led_green"}, + {HRM_LED_IR_SENSOR, "http://tizen.org/sensor/hrm_led_ir"}, + {HRM_LED_RED_SENSOR, "http://tizen.org/sensor/hrm_led_red"}, + {GYROSCOPE_UNCAL_SENSOR, "http://tizen.org/sensor/gyro_uncalibrated"}, + {GEOMAGNETIC_UNCAL_SENSOR, "http://tizen.org/sensor/mag_uncalibrated"}, + {GYROSCOPE_RV_SENSOR, "http://tizen.org/sensor/gyro_rotation_vector"}, + {GEOMAGNETIC_RV_SENSOR, "http://tizen.org/sensor/mag_rotation_vector"}, {HUMAN_PEDOMETER_SENSOR, "http://tizen.org/sensor/human_pedometer"}, {HUMAN_SLEEP_MONITOR_SENSOR, "http://tizen.org/sensor/human_sleep_monitor"}, -- 2.7.4