SystemConfiguration Class Reference
#include <systemConfiguration.h>
Public Member Functions | |
| std::string | getConfigurationValue (const std::string ¶meter) |
| System::Machines | getMachine () |
Static Public Member Functions | |
| static SystemConfiguration * | getInstance () |
Detailed Description
This class provides an access to deepsy system configuration
Member Function Documentation
| std::string getConfigurationValue | ( | const std::string & | parameter | ) |
Method for getting a configuration value
- Parameters
-
parameter parameter for getting value
- Returns
- value of parameter or empty string if not found
|
static |
Method for getting singleton instance
- Returns
- SystemConfiguration instance
| System::Machines getMachine | ( | ) |
Method for getting a machine value
- Returns
- type of machine
