sensor API document (spec?) or SDK rootstrap which is correct?

sensor API document (spec?) or SDK rootstrap which is correct?

BY 15 Sep 2016 Native Application Development

Now you can see the following types of sensor in system-sensor category of wearable 2.3.2 API document (API sepc!)

SENSOR_GYROSCOPE_UNCALIBRATED 

Uncalibrated Gyroscope sensor (Since 2.3.2)

SENSOR_GEOMAGNETIC_UNCALIBRATED 

Uncalibrated Geomagnetic sensor (Since 2.3.2)

SENSOR_GYROSCOPE_ROTATION_VECTOR 

Gyroscope-based rotation vector sensor (Since 2.3.2)

SENSOR_GEOMAGNETIC_ROTATION_VECTOR 

Geomagnetic-based rotation vector sensor (Since 2.3.2)

SENSOR_HUMAN_PEDOMETER 

Pedometer (Since 2.3.2)
Privilege : http://tizen.org/privilege/healthinfo

SENSOR_HUMAN_SLEEP_MONITOR 

Sleep monitor (Since 2.3.2)
Privilege : http://tizen.org/privilege/healthinfo

SENSOR_HUMAN_SLEEP_DETECTOR 

Sleep detector (Since 2.3.2)
Privilege : http://tizen.org/privilege/healthinfo

SENSOR_HUMAN_STRESS_MONITOR 

Stress monitor (Since 2.3.2)
Privilege : http://tizen.org/privilege/healthinfo

SENSOR_LAST 

End of sensor enum values (Deprecated since 3.0)

SENSOR_CUSTOM 

Custom sensor (Deprecated since 3.0)

But there is no definition in “sensor.h” that packaged with latest SDK (tizen studio)

(tizen-studio/platforms/tizen-2.3.2/wearable/rootstraps/wearable-2.3.2-emulator.core/usr/include/sensor/sensor.h)

So I search these in platform source (https://review.tizen.org/gerrit/#/admin/projects/platform/core/api/sensor)

I found text (Since 2.3.2) is fixed to Since 3.0. but I can’t know what is correct? SDK rootstrap is miss API? or spec is fail?

and I can’t find any 3.0 API spec but document write it. (Deprecated since 3.0) ????? really?

 

Written by