Public Member Functions | |
std::string & | configFile () |
bool | fileExist (const std::string &filename) |
bool | findConfigFile () |
void | parseArgs (int argc, char **argv) |
void | setSystemInformation (coil::Properties &prop) |
Public Member Functions inherited from RTC::ManagerConfig | |
void | configure (coil::Properties &prop) |
Specify the configuration information to the Property. More... | |
coil::Properties | getConfig () const |
Get the configuration. More... | |
void | init (int argc, char **argv) |
Initialization. More... | |
ManagerConfig () | |
Constructor. More... | |
ManagerConfig (int argc, char **argv) | |
Constructor. More... | |
virtual | ~ManagerConfig (void) |
Destructor. More... | |
Public Attributes | |
bool | m_isMaster |
Additional Inherited Members | |
Static Public Attributes inherited from RTC::ManagerConfig | |
static const char * | config_file_env = "RTC_MANAGER_CONFIG" |
The environment variable to distinguish the default configuration file path. More... | |
static const char * | config_file_path [] |
The default configuration file path for manager. More... | |
Protected Member Functions inherited from RTC::ManagerConfig | |
bool | fileExist (const std::string &filename) |
Check the file existence. More... | |
bool | findConfigFile () |
Find the configuration file. More... | |
void | parseArgs (int argc, char **argv) |
Parse the command arguments. More... | |
void | setSystemInformation (coil::Properties &prop) |
Set system information. More... | |
Protected Attributes inherited from RTC::ManagerConfig | |
coil::Properties | m_argprop |
configuration properties from arguments More... | |
std::string | m_configFile |
Manager's configuration file path. More... | |
bool | m_isMaster |
Manager master flag. More... | |
Definition at line 52 of file ManagerConfigTests.cpp.
|
inline |
Definition at line 76 of file ManagerConfigTests.cpp.
|
inline |
Definition at line 70 of file ManagerConfigTests.cpp.
|
inline |
Definition at line 60 of file ManagerConfigTests.cpp.
|
inline |
Definition at line 55 of file ManagerConfigTests.cpp.
|
inline |
Definition at line 65 of file ManagerConfigTests.cpp.
bool ManagerConfig::ManagerConfigMock::m_isMaster |
Definition at line 80 of file ManagerConfigTests.cpp.