13 #ifndef CTA_SLC_METHOD_H
14 #define CTA_SLC_METHOD_H
18 #include <libxml/parser.h>
19 #include <libxml/xpath.h>
26 class ControllerObject;
29 namespace CTA_Hardware {
37 namespace CTA_Slc_Dict {
41 Method(xmlNodePtr noeud, std::string parent);
42 Method(std::string name, std::string parent);
48 int getEvent(std::string *name, std::string *message);
50 void buildRelatifNode(std::string chaine, std::string &sequenceNode);
52 std::string m_eventMessage;
54 std::string m_deviceInstruction;
55 std::string m_endDelimiter;
57 std::list<Param *> m_param;
59 UaMethodGeneric* m_pMethod;
64 #endif // CTA_SLC_METHOD_H