apply AittOption
authorYoungjae Shin <yj99.shin@samsung.com>
Thu, 18 Aug 2022 10:47:54 +0000 (19:47 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Thu, 15 Sep 2022 05:27:27 +0000 (14:27 +0900)
commitb246b375665a0e8b0cd5e5db340e13ee13df7343
tree0d3674b6ae946671b8491512b416aa09f3c8e278
parent7ffd45b74ae91f940f77dd990c3c74806b78f451
apply AittOption

- For applying global option in AITT instance.
18 files changed:
android/aitt/src/main/jni/aitt_jni.cc
common/AittDiscovery.cc
common/AittDiscovery.h
include/AITT.h
include/AittOption.h [new file with mode: 0644]
include/aitt_c.h
modules/webrtc/MqttServer.h
src/AITT.cc
src/AITTImpl.cc
src/AITTImpl.h
src/AittOption.cc [new file with mode: 0644]
src/aitt_c.cc
tests/AITT_manualtest.cc
tests/AITT_test.cc
tests/ModuleLoader_test.cc
tests/RequestResponse_test.cc
tests/aitt_c_manualtest.cc
tests/aitt_c_test.cc