13 #ifndef CTA_SLC_CONFIG_H
14 #define CTA_SLC_CONFIG_H
18 #include <libxml/parser.h>
19 #include <libxml/xpath.h>
23 namespace CTA_Slc_Dict {
27 Config(xmlNodePtr noeud, std::string parent, std::string typeConfig);
30 int find(std::string ip, std::string *val_ip);
36 std::string m_ipAddress;
38 std::string m_typeConfig;
43 std::string m_serialport;
44 std::string m_ConnectionStr;
45 std::string m_ValidityStr;
49 #endif // CTA_SLC_CONFIG_H