[C-API] int32/uint32 get/set functions support enum type.
authorSangjung Woo <sangjung.woo@samsung.com>
Thu, 30 Jul 2020 11:14:52 +0000 (20:14 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 3 Aug 2020 03:58:36 +0000 (12:58 +0900)
commit7b09ab46521c01f8110a8707e35823a5a3aa7fe2
tree13090f3c32fbf60c58be89b563351bc4521636f6
parent63d6fba3e441c7c514713c28f6309d8c013ccbee
[C-API] int32/uint32 get/set functions support enum type.

This patch makes int32/uint32 element-wise getter/setter functions
support Enumeration type. It is much natural and easy to use for
developers. I also add related test cases.

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
api/capi/include/nnstreamer.h
api/capi/src/nnstreamer-capi-pipeline.c
tests/tizen_capi/unittest_tizen_capi.cc