Add classes for algorithm parameters 57/39057/3
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Thu, 7 May 2015 15:38:24 +0000 (17:38 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Fri, 8 May 2015 13:50:29 +0000 (15:50 +0200)
commit52eeadbafc274a48c38e88729521c4d00f2eb819
tree75ae2a47bb958cc490194e7c765027ed53b0bc64
parent7ab454ba2e20b71d8a267f2a21b18ea4bd4ad2c8
Add classes for algorithm parameters

[Issue#] N/A
[Feature/Bug] N/A
[Problem] N/A
[Cause] We need a way to represent different algorithm parameters in a common
way.
[Solution] A set of classes and enums added.

[Verification] Run ckm-tests --group=ALGO_PARAM_TEST

Change-Id: I281a1b192d01bad5bdfded8dbb1d385e876b6657
src/include/ckm/ckm-type.h
src/manager/CMakeLists.txt
src/manager/common/algo-param.cpp [new file with mode: 0644]