[coco] Introduce Read Hook & Slot (#1075)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 17 Aug 2018 07:29:24 +0000 (16:29 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 17 Aug 2018 07:29:24 +0000 (16:29 +0900)
commitc27f6040846af22c3fa18800efca362d985e0fd3
tree5da9a832aa89a778fc32ffd9494550211753b8ba
parentdffd5a038ff61195700d3254b0cc92f6cd00b084
[coco] Introduce Read Hook & Slot (#1075)

This commit introduces Read Hook & Slot classes which makes is easy to
implement direct Bag reading instruction.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/include/coco/IR/ReadHook.h [new file with mode: 0644]
contrib/coco/core/include/coco/IR/ReadSlot.h [new file with mode: 0644]
contrib/coco/core/src/IR/Read.mock.h [new file with mode: 0644]
contrib/coco/core/src/IR/ReadHook.cpp [new file with mode: 0644]
contrib/coco/core/src/IR/ReadHook.test.cpp [new file with mode: 0644]
contrib/coco/core/src/IR/ReadSlot.test.cpp [new file with mode: 0644]