[nest] Add 'Schedule' class (#847)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 31 Jul 2018 23:47:11 +0000 (08:47 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 31 Jul 2018 23:47:11 +0000 (08:47 +0900)
commit680cef208b929a696bf24fe3a889d2196d25cc4e
treeb89eb4ea098d651b9f48efba0870c5b67ea44790
parent5becfada94e267f43ddd02fb7b9a4915f769e3bd
[nest] Add 'Schedule' class (#847)

This commit adds 'Schedule' class which basically stores the level of
each variables.

Note that this commit justs introduces the primitive implementation of
'Schedule'. The current implementation does not support any schedule
primitives.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/nest/include/nest/Schedule.h [new file with mode: 0644]
contrib/nest/src/Schedule.cpp [new file with mode: 0644]
contrib/nest/src/Schedule.test.cpp [new file with mode: 0644]