sensord: ipc: add ipc_client class 58/123158/2
authorkibak.yoon <kibak.yoon@samsung.com>
Tue, 4 Apr 2017 12:30:31 +0000 (21:30 +0900)
committerkibak.yoon <kibak.yoon@samsung.com>
Wed, 5 Apr 2017 00:53:23 +0000 (09:53 +0900)
commit141a78d2459788d2f51f4a99c5acd9a11258e2c7
treed0114a25671b4bf53e6e2c7a1ba8c232b42fb06f
parenteae39a262b2ec340fd928181fdb2f39e38072cf0
sensord: ipc: add ipc_client class

- ipc_client class is a helper for client.
- ipc_client class that makes it easy to connect a channel to use for clients.
- it creates and connects socket/channel/channel event_handler.

Change-Id: If75a4ab542d3623a785ccf8bccbd66628b9646db
Signed-off-by: kibak.yoon <kibak.yoon@samsung.com>
src/shared/channel_event_handler.cpp [new file with mode: 0644]
src/shared/channel_event_handler.h [new file with mode: 0644]
src/shared/ipc_client.cpp [new file with mode: 0644]
src/shared/ipc_client.h [new file with mode: 0644]