[nest] Add 'Bound' class (#668)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 16 Jul 2018 09:38:16 +0000 (18:38 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 16 Jul 2018 09:38:16 +0000 (18:38 +0900)
commit6a9bd209c3dcd4d152e8d19904d1f40af7b9d0c3
treed6d6745c515757eb42859d4bcd10830092f71394
parente020b9480f2faba9fce76cb7acf584eee8aba845
[nest] Add 'Bound' class (#668)

This commit adds 'Bound' class which expresses value range of each
variable as min/max.

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