implements json command parsing and adds new module for command data 55/177555/4
authorJeonghoon Park <jh1979.park@samsung.com>
Wed, 2 May 2018 02:20:52 +0000 (11:20 +0900)
committerJeonghoon Park <jh1979.park@samsung.com>
Thu, 3 May 2018 05:41:21 +0000 (14:41 +0900)
commitfd8fc707be1de1b2b35555080f0253ccdfd22bba
tree4e0355b5cd121334bb1fae480842956ba519e37d
parentc33f12a8dad94685172c4aeca6220fd109490046
implements json command parsing and adds new module for command data

Change-Id: I64d2cc268342f5a5ec64fce7b8d118a589c6229a
daemon/include/ttd-cmd-type.h
daemon/include/ttd-cmd.h [new file with mode: 0644]
daemon/include/ttd-parse-cmd.h
daemon/src/tizen-things-daemon.c
daemon/src/ttd-cmd.c [new file with mode: 0644]
daemon/src/ttd-parse-cmd.c