#include <iConfig.hpp>
virtual const unsigned int fcf::devmgr::common::IConfig::GetCmdTout |
( |
| ) |
|
|
pure virtual |
virtual const std::string fcf::devmgr::common::IConfig::GetConfigFilename |
( |
| ) |
const |
|
pure virtual |
virtual void fcf::devmgr::common::IConfig::GetConfigList |
( |
std::vector< std::string > & |
cfg_list | ) |
|
|
pure virtual |
Get configuration list.
- Parameters
-
cfg_list | List of all configuration parameters. |
This method returs the complete of configuration parameters handled by this class. This method is used to dump the list into the DB.
Implemented in fcf::devmgr::common::Config.
virtual const std::string fcf::devmgr::common::IConfig::GetDbEndpoint |
( |
| ) |
const |
|
pure virtual |
virtual const timeval fcf::devmgr::common::IConfig::GetDbTimeout |
( |
| ) |
const |
|
pure virtual |
virtual const std::string fcf::devmgr::common::IConfig::GetDeviceFile |
( |
const std::string & |
name | ) |
|
|
pure virtual |
virtual const std::string fcf::devmgr::common::IConfig::GetDeviceName |
( |
const int & |
deviceIndex | ) |
|
|
pure virtual |
virtual const std::string fcf::devmgr::common::IConfig::GetDeviceType |
( |
const std::string & |
name | ) |
|
|
pure virtual |
virtual dit::did::Did& fcf::devmgr::common::IConfig::GetDid |
( |
| ) |
|
|
pure virtual |
virtual const std::string fcf::devmgr::common::IConfig::GetFitsPrefix |
( |
| ) |
const |
|
pure virtual |
virtual const std::string fcf::devmgr::common::IConfig::GetLogLevel |
( |
| ) |
const |
|
pure virtual |
virtual const std::string fcf::devmgr::common::IConfig::GetMsgReplierEndpoint |
( |
| ) |
const |
|
pure virtual |
virtual const int fcf::devmgr::common::IConfig::GetNumDevices |
( |
| ) |
|
|
pure virtual |
virtual const std::string fcf::devmgr::common::IConfig::GetProcName |
( |
| ) |
const |
|
pure virtual |
virtual const std::string fcf::devmgr::common::IConfig::GetPubEndpoint |
( |
| ) |
const |
|
pure virtual |
virtual const std::string fcf::devmgr::common::IConfig::GetServerId |
( |
| ) |
const |
|
pure virtual |
virtual const std::string fcf::devmgr::common::IConfig::GetSmScxmlFilename |
( |
| ) |
const |
|
pure virtual |
virtual void fcf::devmgr::common::IConfig::LoadConfig |
( |
const std::string & |
filename = "" | ) |
|
|
pure virtual |
This method load from a configuration file the application configuration overriding the initialization done in the constructor and the command line options.
- Parameters
-
[in] | filename | Application configuration filename. |
Implemented in fcf::devmgr::common::Config.
virtual bool fcf::devmgr::common::IConfig::ParseOptions |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
|
pure virtual |
This method parses the command line parameters overriding the initialization done in the constructor.
- Parameters
-
[in] | argc | Number of command line options. |
[in] | argv | Pointer to the array of command line options. |
- Returns
- false if the help option has been invoked, true otherwise.
Implemented in fcf::devmgr::common::Config.
The documentation for this class was generated from the following file:
- devmgr/common/src/include/fcf/devmgr/common/iConfig.hpp