resource-encapsulation: update container bundle resource
authorMarkus Jung <markus.jung@samsung.com>
Mon, 3 Aug 2015 00:51:31 +0000 (09:51 +0900)
committerMadan Lanka <lanka.madan@samsung.com>
Mon, 3 Aug 2015 04:59:27 +0000 (04:59 +0000)
commit0ca42b34180ea8cfafd6c469c6f8f70a15a2c595
tree8fd88b4c9d450bfc9f27ffa81ef172aff4bec035
parent49f7b859923eb0021379636a767b7608dd2a353a
resource-encapsulation: update container bundle resource

- update soft sensor resource to get input data
- modify soft sensor bundle example and configuration file

Change-Id: I9deb7669db33b8464d135a7133184067966fe84b
Signed-off-by: Markus Jung <markus.jung@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/2021
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Hun-je Yeon <hunje.yeon@samsung.com>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
15 files changed:
service/resource-encapsulation/src/resourceContainer/SConscript
service/resource-encapsulation/src/resourceContainer/bundle-api/include/BundleResource.h
service/resource-encapsulation/src/resourceContainer/bundle-api/include/SoftSensorResource.h
service/resource-encapsulation/src/resourceContainer/examples/ContainerSample.cpp [moved from service/resource-encapsulation/src/resourceContainer/src/ContainerSample.cpp with 100% similarity]
service/resource-encapsulation/src/resourceContainer/examples/ContainerSampleClient.cpp [moved from service/resource-encapsulation/src/resourceContainer/src/ContainerSampleClient.cpp with 69% similarity]
service/resource-encapsulation/src/resourceContainer/examples/HueSampleBundle/src/HueConnector.cpp
service/resource-encapsulation/src/resourceContainer/examples/HueSampleBundle/src/HueLight.cpp
service/resource-encapsulation/src/resourceContainer/examples/ResourceContainerConfig.xml
service/resource-encapsulation/src/resourceContainer/examples/SoftSensorSampleBundle/include/DiscomfortIndexSensor.h
service/resource-encapsulation/src/resourceContainer/examples/SoftSensorSampleBundle/include/DiscomfortIndexSensorResource.h
service/resource-encapsulation/src/resourceContainer/examples/SoftSensorSampleBundle/include/SoftSensorBundleActivator.h
service/resource-encapsulation/src/resourceContainer/examples/SoftSensorSampleBundle/src/DiscomfortIndexSensor.cpp
service/resource-encapsulation/src/resourceContainer/examples/SoftSensorSampleBundle/src/DiscomfortIndexSensorResource.cpp
service/resource-encapsulation/src/resourceContainer/examples/SoftSensorSampleBundle/src/SoftSensorBundleActivator.cpp
service/resource-encapsulation/src/resourceContainer/src/SoftSensorResource.cpp