13 #ifndef CTA_SLC_PARAM_H
14 #define CTA_SLC_PARAM_H
18 #include <libxml/parser.h>
19 #include <libxml/xpath.h>
24 namespace CTA_Slc_Dict {
28 namespace CTA_Slc_Dict {
32 Param(xmlNodePtr noeud, std::string parent);
41 std::list<Argument*> m_argumentIn;
42 std::list<Argument*> m_argumentOut;
43 UaMethodGeneric* m_pMethod;
44 UaPropertyMethodArgument *pPropertyArgIn;
45 UaPropertyMethodArgument *pPropertyArgOut;
49 #endif // CTA_SLC_PARAM_H