1 #ifndef __USERDATASTRUCT_H__ 2 #define __USERDATASTRUCT_H__ 4 #include "userdatabase.h" 5 #include "uabasenodes.h" 6 #include "uadatavalue.h" 7 #include <xsd/cxx/tree/types.hxx> 8 #include "boost/shared_ptr.hpp" 15 class UserDeviceStruct;
25 std::shared_ptr<UserDeviceStruct>
pPoint;
30 pPoint = std::shared_ptr<UserDeviceStruct>(p);
64 OpcUa_ReferenceParameter(
conf);
127 while (top->
pPoint->getParent())
130 top = top->
pPoint->getParent();
141 std::cout <<
"Delete Variable " <<
p_mAddressSpaceEntry->displayName(0).toString().toUtf8() << std::endl;