Add new class for managing activated mode 61/279161/5
authorSuyeon Hwang <stom.hwang@samsung.com>
Thu, 28 Jul 2022 11:44:59 +0000 (20:44 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Wed, 17 Aug 2022 02:55:35 +0000 (11:55 +0900)
commited66d36a14ff46196d0624683f2673f4eca9f327
tree5f9be70558234d6250e9fcac57e1762bf9850395
parent9823c4f35e67df7b027154d33762d28596a0bd2d
Add new class for managing activated mode

- Requirement:
TTS server should manage current activated mode information. This
information for the service engine application to help decide behavior
of the application.

- Solution:
In order to store and manage currently activated mode information, this
patch adds new class. This new class only manages the currently
activated mode information, and other modules can get this information
through the methods of this class.

Change-Id: I13d47ebcf3b28c18583ac3dbe14302af0438bf94
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
server/ActivatedModes.cpp [new file with mode: 0644]
server/ActivatedModes.h [new file with mode: 0644]
server/CMakeLists.txt
server/ttsd_data.cpp
server/ttsd_data.h