nnc: plugin common lib (Plugin params) (#234)
authorVitaliy Cherepanov/SRR-AI Tools Lab/./삼성전자 <v.cherepanov@samsung.com>
Tue, 22 May 2018 23:02:24 +0000 (02:02 +0300)
committer박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 22 May 2018 23:02:24 +0000 (08:02 +0900)
commit8abecd52c3d6e864212b2b405fe4e5f6adf96a11
tree72462d119c762e264cb32b93a2441fbb8cd7d2ba
parent421b0a6fcdc01a28efc34b03693af0e48b82b6a7
nnc: plugin common lib (Plugin params) (#234)

This library will be used by plugins and nnc for communication.

Implemented:
  - Plugin params. Will be used to declare plugin neccessary
    configuration parameters.

Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
contrib/nnc/libs/plugin/include/PluginParam.h [new file with mode: 0644]
contrib/nnc/libs/plugin/src/PluginParam.cpp [new file with mode: 0644]