py_opcua_enums_AttributeId.cpp
Go to the documentation of this file.
1 //
2 // DO NOT EDIT THIS FILE!
3 // It is automatically generated from opcfoundation.org schemas.
4 //
5 
6 #include <boost/python.hpp>
7 
9 
10 using namespace boost::python;
11 using namespace OpcUa;
12 
14 {
15  enum_<AttributeId>("AttributeId")
16 #define _value(X) value(#X, AttributeId:: X)
17  ._value(NodeId)
18  ._value(NodeClass)
19  ._value(BrowseName)
20  ._value(DisplayName)
21  ._value(Description)
22  ._value(WriteMask)
23  ._value(UserWriteMask)
24  ._value(IsAbstract)
25  ._value(Symmetric)
26  ._value(InverseName)
27  ._value(ContainsNoLoops)
28  ._value(EventNotifier)
29  ._value(Value)
30  ._value(DataType)
31  ._value(ValueRank)
32  ._value(ArrayDimensions)
33  ._value(AccessLevel)
34  ._value(UserAccessLevel)
36  ._value(Historizing)
37  ._value(Executable)
38  ._value(UserExecutable)
39 #undef _value
40  ;
41 }
42 
#define _value(X)
void py_opcua_enums_AttributeId()
OPC UA Address space part. GNU LGPL.
NodeClass
Definition: enums.h:39
Python bindings for freeopcua. GNU LGPL.


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