[SSM] adding sample SoftSensor plugin & appls . V.02
authorRami jung <rami.jung@samsung.com>
Fri, 20 Mar 2015 08:58:51 +0000 (17:58 +0900)
committerUze Choi <uzchoi@samsung.com>
Fri, 20 Mar 2015 12:33:02 +0000 (12:33 +0000)
commit90d2f0673771f3b0afb0aa2c103354e2b35fe155
tree71af90666fb30e065c08c04fd8919a99878c41df
parentd22d10cd70e50a0f900583ee54f8e18a9ba3bc4a
[SSM] adding sample SoftSensor plugin & appls . V.02

BMISensor : SoftSensor plugin. after receiving height(m) and weight(kg) , it shows BMI(Body Mass Index)
Weight Seonsr : A dummy pseudo thing sending the weight(kg)
Height Seonsr : A dummy pseudo thing sending the height(m)

Change-Id: I5b16643113569bdaa69cf709ee9335b3b3e80e08
Signed-off-by: Rami jung <rami.jung@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/524
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
15 files changed:
service/soft-sensor-manager/SConscript
service/soft-sensor-manager/SampleApp/SConscript
service/soft-sensor-manager/SampleApp/linux/HeightSensorApp/SConscript [new file with mode: 0755]
service/soft-sensor-manager/SampleApp/linux/HeightSensorApp/include/HeightSensorApp.h [new file with mode: 0644]
service/soft-sensor-manager/SampleApp/linux/HeightSensorApp/src/HeightSensorApp.cpp [new file with mode: 0644]
service/soft-sensor-manager/SampleApp/linux/SSMTesterApp/include/SSMTestApp.h
service/soft-sensor-manager/SampleApp/linux/SSMTesterApp/src/SSMTestApp.cpp
service/soft-sensor-manager/SampleApp/linux/WeightSensorApp/SConscript [new file with mode: 0755]
service/soft-sensor-manager/SampleApp/linux/WeightSensorApp/include/WeightSensorApp.h [new file with mode: 0644]
service/soft-sensor-manager/SampleApp/linux/WeightSensorApp/src/WeightSensorApp.cpp [new file with mode: 0644]
service/soft-sensor-manager/SoftSensorPlugin/BMISensor/include/BMISensor.h [new file with mode: 0644]
service/soft-sensor-manager/SoftSensorPlugin/BMISensor/include/SysTimer.h [new file with mode: 0644]
service/soft-sensor-manager/SoftSensorPlugin/BMISensor/src/BMISensor.cpp [new file with mode: 0644]
service/soft-sensor-manager/SoftSensorPlugin/BMISensor/src/SysTimer.cpp [new file with mode: 0644]
service/soft-sensor-manager/SoftSensorPlugin/SoftSensorDescription.xml