16 #ifndef __NODEMANAGERCTA_H__
17 #define __NODEMANAGERCTA_H__
20 #include "uabasenodes.h"
21 #include "nodemanagerbase.h"
22 #include "uaobjecttypes.h"
31 #include "opcua_statetype.h"
32 #include "opcua_dataitemtype.h"
33 #include "opcua_analogitemtype.h"
34 #include "methodmanager.h"
35 #include "nodemanagerbase.h"
39 #include "opcua_historicaldataconfigurationtype.h"
41 class UaMethodGeneric;
43 namespace CTA_Slc_Dict {
57 class ControllerObject;
84 int find(std::string ip, std::string *val_ip, std::string
id,
100 std::string
id, std::string dataIdDescriptorRef);
111 OpcUa::GenericObjectType* pObjectType;
112 static OpcUa::StateType* s_pState;
113 OpcUa::StateType* m_pState;
114 std::list<OpcUa::StateType*> l_pState;
115 static OpcUa::DataItemType* s_pBaseDataVariable;
116 OpcUa::DataItemType* m_pBaseDataVariable;
117 std::list<OpcUa::DataItemType*> l_pBaseDataVariable;
119 static OpcUa_Int16 s_namespaceIndex;
120 UaString m_fichierMain;
122 UaMethodGeneric* m_pMethodStart;
128 UaAreaFolder *pAreaAirConditionerJL;