EII ConfigMgr C/C++ Reference
|
Go to the documentation of this file.
27 #ifndef _EII_CH_CONFIGMAGR_H
28 #define _EII_CH_CONFIGMAGR_H
31 #include <cjson/cJSON.h>
34 #include <eii/utils/logger.h>
35 #include "eii/utils/json_config.h"
36 #include "eii/config_manager/kv_store_plugin/kv_store_plugin.h"
45 namespace config_manager {
ServerCfg * getServerByIndex(int index)
SubscriberCfg * getSubscriberByIndex(int index)
ServerCfg * getServerByName(const char *name)
Definition: server_cfg.hpp:44
Definition: client_cfg.hpp:43
PublisherCfg * getPublisherByName(const char *name)
SubscriberCfg * getSubscriberByName(const char *name)
Definition: config_mgr.hpp:50
ClientCfg * getClientByIndex(int index)
PublisherCfg * getPublisherByIndex(int index)
ClientCfg * getClientByName(const char *name)
Definition: publisher_cfg.hpp:45
Definition: app_cfg.hpp:49
Definition: subscriber_cfg.hpp:43