[locomotiv] Implement 'set_input' of Session (#3395)
author박천교/On-Device Lab(SR)/Engineer/삼성전자 <ch.bahk@samsung.com>
Fri, 3 May 2019 02:18:31 +0000 (11:18 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 3 May 2019 02:18:31 +0000 (11:18 +0900)
commit97f6acf47bf80dc8bdd65e8566e241b7d6feea0d
tree5f00496a4598422cedb16a37321eee6aa3b3f87b
parent61ac2d080de1bc04c7e302fbca21d4ed1ab99850
[locomotiv] Implement 'set_input' of Session (#3395)

* [locomotiv] Implement 'set_input' of Session

This commit introduces implementation of Session::set_input() and its
relevant test. This method now returns bool according to accomplishment.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
* Add docstring for 'set_input'
contrib/locomotiv/include/locomotiv/Session.h
contrib/locomotiv/src/Session.cpp
contrib/locomotiv/src/Session.test.cpp [new file with mode: 0644]