Add Scene Manager remote-side interfaces
authorMinji Park <minjii.park@samsung.com>
Thu, 4 Feb 2016 13:45:21 +0000 (22:45 +0900)
committerUze Choi <uzchoi@samsung.com>
Sat, 20 Feb 2016 06:10:41 +0000 (06:10 +0000)
commit9b9ba890db6eb5ac872d0c59bb373f22da7de4bd
tree1a4749c61c47565d6d3bec0a251e4289a02a7f52
parenta94f3fdaa145de71c0a7b653253bd29a4fe72691
Add Scene Manager remote-side interfaces

: send requests to local scene manager from remote side

- RemoteSceneList
 creates new scene collection in remote scene list
- RemoteSceneCollection
 add new scene in remote scene collection
- RemoteScene
 add scene action in remote scene and request for scene execution
- RemoteSceneAction
 represents certain action of each scene member

Change-Id: Id9573fb0b7d2c56d4e0e15e17ab87dec2495c56b
Signed-off-by: Minji Park <minjii.park@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/4945
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/scene-manager/include/RemoteScene.h [new file with mode: 0644]
service/scene-manager/include/RemoteSceneAction.h [new file with mode: 0644]
service/scene-manager/include/RemoteSceneCollection.h [new file with mode: 0644]
service/scene-manager/include/RemoteSceneList.h [new file with mode: 0644]