13 #ifndef CTA_SLC_VARIABLE_H
14 #define CTA_SLC_VARIABLE_H
18 #include <libxml/parser.h>
19 #include <libxml/xpath.h>
24 namespace CTA_Slc_Dict {
27 Variable(xmlNodePtr noeud, std::string parent);
28 Variable(std::string name, std::string parent,
int folder,
43 OpcUa::BaseVariableType* pVariableType;
47 #endif // CTA_SLC_VARIABLE_H