attribute_ids.h
Go to the documentation of this file.
00001 //
00002 // DO NOT EDIT THIS FILE!
00003 // It is automatically generated from opcfoundation.org schemas.
00004 //
00005 
00006 #pragma once
00007 
00008 #include <stdint.h>
00009 
00010 namespace OpcUa
00011 {
00012   enum class AttributeId : uint32_t
00013   {
00014     NodeId = 1,
00015     NodeClass = 2,
00016     BrowseName = 3,
00017     DisplayName = 4,
00018     Description = 5,
00019     WriteMask = 6,
00020     UserWriteMask = 7,
00021     IsAbstract = 8,
00022     Symmetric = 9,
00023     InverseName = 10,
00024     ContainsNoLoops = 11,
00025     EventNotifier = 12,
00026     Value = 13,
00027     DataType = 14,
00028     ValueRank = 15,
00029     ArrayDimensions = 16,
00030     AccessLevel = 17,
00031     UserAccessLevel = 18,
00032     MinimumSamplingInterval = 19,
00033     Historizing = 20,
00034     Executable = 21,
00035     UserExecutable = 22,
00036     Unknown = ~uint32_t(),
00037   };
00038 } // namespace OpcUa
00039 


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Sat Jun 8 2019 18:24:39