attribute_ids.h
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 #pragma once
7 
8 #include <stdint.h>
9 
10 namespace OpcUa
11 {
12 enum class AttributeId : uint32_t
13 {
14  NodeId = 1,
15  NodeClass = 2,
16  BrowseName = 3,
17  DisplayName = 4,
18  Description = 5,
19  WriteMask = 6,
20  UserWriteMask = 7,
21  IsAbstract = 8,
22  Symmetric = 9,
23  InverseName = 10,
24  ContainsNoLoops = 11,
25  EventNotifier = 12,
26  Value = 13,
27  DataType = 14,
28  ValueRank = 15,
29  ArrayDimensions = 16,
30  AccessLevel = 17,
31  UserAccessLevel = 18,
33  Historizing = 20,
34  Executable = 21,
35  UserExecutable = 22,
36  Unknown = ~uint32_t(),
37 };
38 } // namespace OpcUa
39 
OPC UA Address space part. GNU LGPL.
NodeClass
Definition: enums.h:39


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