[locomotiv] Introduce NodeData class (#3349)
author박천교/On-Device Lab(SR)/Engineer/삼성전자 <ch.bahk@samsung.com>
Thu, 25 Apr 2019 02:36:52 +0000 (11:36 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 25 Apr 2019 02:36:52 +0000 (11:36 +0900)
commitd786af28180bebe759139db3cb40ce7aebcb0c0a
tree2f2e8821b8f23786f00bc22f3c3e83a3675d2bad
parent6037384e6f779aa491f33213adb4d669b8af944b
[locomotiv] Introduce NodeData class (#3349)

NodeData class is responsible to data type and data value of node. It
serves as input and output interface for 'Session' class. Its
implementation would be hidden from outside.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
contrib/locomotiv/include/locomotiv/NodeData.h
contrib/locomotiv/src/NodeData.cpp [new file with mode: 0644]