xml_processor.h
Go to the documentation of this file.
1 
11 
12 #ifndef XML_ADDRESS_SPACE_PROCESSOR_H_
13 #define XML_ADDRESS_SPACE_PROCESSOR_H_
14 
15 #include <opc/common/interface.h>
16 #include <libxml/tree.h>
17 
18 namespace OpcUa
19 {
20 namespace Internal
21 {
22 
24 {
25 public:
26  virtual void Process(xmlNode & node) = 0;
27 };
28 
29 } // namespace Internal
30 
31 } // namespace OpcUa
32 
33 #endif /* XML_ADDRESS_SPACE_PROCESSOR_H_ */
virtual void Process(xmlNode &node)=0
OPC UA Address space part. GNU LGPL.


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:12:08