|
HLCC Documentation 2.2.0
|
#include <presetData.hpp>
Public Member Functions | |
| PresetDataHelper (std::shared_ptr< ccsinsif::PresetArgs > data) | |
| virtual | ~PresetDataHelper () |
| PresetDataHelper (const PresetDataHelper &)=delete | |
| PresetDataHelper & | operator= (const PresetDataHelper &)=delete |
| void | PrintPresetArgs () |
| std::string | PresetArgsAsJsonString () |
This class provide access to the preset data, starting from the data that comes in with the Preset command arguments
|
explicit |
This constructor uses the application configuration to initialize the adapter object to the in-memory DB. The DB adapter is then used to initialize the DB interface object that can be used to access the DB key-value pairs.
| [in] | data | shared_ptr to PresetArgs. |
|
virtual |
Destructor
|
delete |
|
delete |
| std::string hlcc::telif::PresetDataHelper::PresetArgsAsJsonString | ( | ) |
Encode Preset Arguments in a json string
| void hlcc::telif::PresetDataHelper::PrintPresetArgs | ( | ) |