13 #ifndef CTA_SLC_ATTRIBUT_H
14 #define CTA_SLC_ATTRIBUT_H
18 #include <libxml/parser.h>
19 #include <libxml/xpath.h>
24 namespace CTA_Slc_Dict {
28 Attribut(xmlNodePtr noeud, std::string parent);
29 Attribut(std::string name, std::vector<std::string> value,
30 std::string parent,
int folder);
31 Attribut(std::string name, std::vector<int> valueTab, std::string parent,
33 Attribut(std::string name, std::string value, std::string parent,
40 std::vector<std::string> m_valueTab;
43 OpcUa::BaseVariableType* pVariableType;
47 #endif // CTA_SLC_ATTRIBUT_H