sensord: ipc: add message class 14/123114/2
authorkibak.yoon <kibak.yoon@samsung.com>
Tue, 4 Apr 2017 12:02:29 +0000 (21:02 +0900)
committerkibak.yoon <kibak.yoon@samsung.com>
Wed, 5 Apr 2017 00:53:00 +0000 (09:53 +0900)
commitada7f2926f1be75807544324b6f63cb2606837e0
treec23fe60f0e46beb9534c4f8abbb8dd8b425e3378
parentde8eba84f26115e69832945f0be6c8e55637f9e6
sensord: ipc: add message class

- this class is a helper class for enconding/decoding the byte data.
- message object includes the message header automatically.
  - this header provides message id/type/size/error.

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