sensor-hal: sync with the latest HAL interface 32/64532/1
authorkibak.yoon <kibak.yoon@samsung.com>
Fri, 1 Apr 2016 13:49:32 +0000 (22:49 +0900)
committerkibak.yoon <kibak.yoon@samsung.com>
Fri, 1 Apr 2016 13:49:32 +0000 (22:49 +0900)
Change-Id: I7b718bbfd14ff39f39c6adb9b16fe7935ae339d0
Signed-off-by: kibak.yoon <kibak.yoon@samsung.com>
src/hal/sensor_hal_types.h

index 9a4032b..0e73602 100644 (file)
@@ -197,15 +197,14 @@ typedef struct {
                int steps;
                int walk_steps;
                int run_steps;
+               int walk_up_steps;
+               int walk_down_steps;
+               int run_up_steps;
+               int run_down_steps;
                float distance;
                float calories;
                float speed;
        } diffs[SENSOR_PEDOMETER_DATA_DIFFS_SIZE];
-       unsigned long long accumulated_steps;
-       unsigned long long accumulated_walk_steps;
-       unsigned long long accumulated_run_steps;
-       double accumulated_distance;
-       double accumulated_calories;
 } sensor_pedometer_data_t;
 
 enum sensor_attribute {