|
| BaseObject (const BaseObject &other) |
| Copy constructor. More...
|
|
void | info (const std::string &functionName, const std::string &message) const |
| Print info message into logger. More...
|
|
void | debug (const std::string &functionName, const std::string &message) const |
| Print debug message into logger. More...
|
|
void | warn (const std::string &functionName, const std::string &message) const |
| Print warning message into logger. More...
|
|
void | errorMissingParameter (const std::string ¶meterName) const |
| Use in automation process to throw exception when a parameter is missing from the XML scenario file. More...
|
|
◆ XMLParserI()
PARTONS::XMLParserI::XMLParserI |
( |
const std::string & |
className | ) |
|
◆ ~XMLParserI()
PARTONS::XMLParserI::~XMLParserI |
( |
| ) |
|
|
virtual |
◆ parseScenario()
◆ COMPUTATION_CONFIGURATION_NODE_NAME
const std::string PARTONS::XMLParserI::COMPUTATION_CONFIGURATION_NODE_NAME |
|
static |
Initial value:=
"computation_configuration"
◆ KINEMATICS_NODE_NAME
const std::string PARTONS::XMLParserI::KINEMATICS_NODE_NAME = "kinematics" |
|
static |
◆ m_currentModuleHierarchy
◆ m_kinematicsData
◆ m_modulesData
◆ m_pScenario
Scenario* PARTONS::XMLParserI::m_pScenario |
|
protected |
◆ m_task
Task PARTONS::XMLParserI::m_task |
|
protected |
◆ m_taskParametersData
◆ MODULE_NODE_NAME
const std::string PARTONS::XMLParserI::MODULE_NODE_NAME = "module" |
|
static |
◆ NODE_MODULE_NAME_ATTRIBUT_NAME
const std::string PARTONS::XMLParserI::NODE_MODULE_NAME_ATTRIBUT_NAME = "name" |
|
static |
◆ NODE_MODULE_TYPE_ATTRIBUT_NAME
const std::string PARTONS::XMLParserI::NODE_MODULE_TYPE_ATTRIBUT_NAME = "type" |
|
static |
◆ PARAM_NAME_ATTRIBUT_NAME
const std::string PARTONS::XMLParserI::PARAM_NAME_ATTRIBUT_NAME = "name" |
|
static |
◆ PARAM_NODE_NAME
const std::string PARTONS::XMLParserI::PARAM_NODE_NAME = "param" |
|
static |
◆ PARAM_VALUE_ATTRIBUT_NAME
const std::string PARTONS::XMLParserI::PARAM_VALUE_ATTRIBUT_NAME = "value" |
|
static |
◆ SCENARIO_NODE_NAME
const std::string PARTONS::XMLParserI::SCENARIO_NODE_NAME = "scenario" |
|
static |
◆ TASK_METHOD_ATTRIBUT_NAME
const std::string PARTONS::XMLParserI::TASK_METHOD_ATTRIBUT_NAME = "method" |
|
static |
◆ TASK_NODE_NAME
const std::string PARTONS::XMLParserI::TASK_NODE_NAME = "task" |
|
static |
◆ TASK_PARAM_NODE_NAME
const std::string PARTONS::XMLParserI::TASK_PARAM_NODE_NAME = "task_param" |
|
static |
◆ TASK_SERVICE_ATTRIBUT_NAME
const std::string PARTONS::XMLParserI::TASK_SERVICE_ATTRIBUT_NAME = "service" |
|
static |
◆ TASK_STORE_IN_DB_ATTRIBUT_NAME
const std::string PARTONS::XMLParserI::TASK_STORE_IN_DB_ATTRIBUT_NAME = "storeInDB" |
|
static |
The documentation for this class was generated from the following files: