/****************************************************************************
**
** Copyright (C) 2018 basysKom GmbH, opensource@basyskom.com
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOpcUa module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
** Software or, alternatively, in accordance with the terms contained in
** a written agreement between you and The Qt Company. For licensing terms
** and conditions see http://www.qt.io/terms-conditions. For further
** information use the contact form at http://www.qt.io/contact-us.
**
** GNU Lesser General Public License Usage
** Alternatively, this file may be used under the terms of the GNU Lesser
** General Public License version 3 as published by the Free Software
** Foundation and appearing in the file LICENSE.LGPLv3 included in the
** packaging of this file. Please review the following information to
** ensure the GNU Lesser General Public License version 3 requirements
** will be met: https://www.gnu.org/licenses/lgpl.html.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
** General Public License version 2.0 or later as published by the Free
** Software Foundation and appearing in the file LICENSE.GPL included in
** the packaging of this file. Please review the following information to
** ensure the GNU General Public License version 2.0 requirements will be
** met: http://www.gnu.org/licenses/gpl-2.0.html.
**
** $QT_END_LICENSE$
**
****************************************************************************/
#ifndef QOPCUANODEIDS_H
#define QOPCUANODEIDS_H
#include <QtOpcUa/qopcuaglobal.h>
#include <QtCore/qmetatype.h>
QT_BEGIN_NAMESPACE
namespace QOpcUa {
namespace NodeIds {
#ifndef QT_OPCUA_NO_NS0IDNAMES
Q_OPCUA_EXPORT Q_NAMESPACE
#endif
enum class Namespace0 : quint32 {
Unknown = 0,
Boolean = 1,
SByte = 2,
Byte = 3,
Int16 = 4,
UInt16 = 5,
Int32 = 6,
UInt32 = 7,
Int64 = 8,
UInt64 = 9,
Float = 10,
Double = 11,
String = 12,
DateTime = 13,
Guid = 14,
ByteString = 15,
XmlElement = 16,
NodeId = 17,
ExpandedNodeId = 18,
StatusCode = 19,
QualifiedName = 20,
LocalizedText = 21,
Structure = 22,
DataValue = 23,
BaseDataType = 24,
DiagnosticInfo = 25,
Number = 26,
Integer = 27,
UInteger = 28,
Enumeration = 29,
Image = 30,
References = 31,
NonHierarchicalReferences = 32,
HierarchicalReferences = 33,
HasChild = 34,
Organizes = 35,
HasEventSource = 36,
HasModellingRule = 37,
HasEncoding = 38,
HasDescription = 39,
HasTypeDefinition = 40,
GeneratesEvent = 41,
Aggregates = 44,
HasSubtype = 45,
HasProperty = 46,
HasComponent = 47,
HasNotifier = 48,
HasOrderedComponent = 49,
Decimal = 50,
FromState = 51,
ToState = 52,
HasCause = 53,
HasEffect = 54,
HasHistoricalConfiguration = 56,
BaseObjectType = 58,
FolderType = 61,
BaseVariableType = 62,
BaseDataVariableType = 63,
PropertyType = 68,
DataTypeDescriptionType = 69,
DataTypeDictionaryType = 72,
DataTypeSystemType = 75,
DataTypeEncodingType = 76,
ModellingRuleType = 77,
ModellingRule_Mandatory = 78,
ModellingRule_Optional = 80,
ModellingRule_ExposesItsArray = 83,
RootFolder = 84,
ObjectsFolder = 85,
TypesFolder = 86,
ViewsFolder = 87,
ObjectTypesFolder = 88,
VariableTypesFolder = 89,
DataTypesFolder = 90,
ReferenceTypesFolder = 91,
XmlSchema_TypeSystem = 92,
OPCBinarySchema_TypeSystem = 93,
PermissionType = 94,
AccessRestrictionType = 95,
RolePermissionType = 96,
DataTypeDefinition = 97,
StructureType = 98,
StructureDefinition = 99,
EnumDefinition = 100,
StructureField = 101,
EnumField = 102,
DataTypeDescriptionType_DataTypeVersion = 104,
DataTypeDescriptionType_DictionaryFragment = 105,
DataTypeDictionaryType_DataTypeVersion = 106,
DataTypeDictionaryType_NamespaceUri = 107,
ModellingRuleType_NamingRule = 111,
ModellingRule_Mandatory_NamingRule = 112,
ModellingRule_Optional_NamingRule = 113,
ModellingRule_ExposesItsArray_NamingRule = 114,
HasSubStateMachine = 117,
NamingRuleType = 120,
DataTypeDefinition_Encoding_DefaultBinary = 121,
StructureDefinition_Encoding_DefaultBinary = 122,
EnumDefinition_Encoding_DefaultBinary = 123,
DataSetMetaDataType_Encoding_DefaultBinary = 124,
DataTypeDescription_Encoding_DefaultBinary = 125,
StructureDescription_Encoding_DefaultBinary = 126,
EnumDescription_Encoding_DefaultBinary = 127,
RolePermissionType_Encoding_DefaultBinary = 128,
HasArgumentDescription = 129,
HasOptionalInputArgumentDescription = 131,
IdType = 256,
NodeClass = 257,
Node = 258,
Node_Encoding_DefaultXml = 259,
Node_Encoding_DefaultBinary = 260,
ObjectNode = 261,
ObjectNode_Encoding_DefaultXml = 262,
ObjectNode_Encoding_DefaultBinary = 263,
ObjectTypeNode = 264,
ObjectTypeNode_Encoding_DefaultXml = 265,
ObjectTypeNode_Encoding_DefaultBinary = 266,
VariableNode = 267,
VariableNode_Encoding_DefaultXml = 268,
VariableNode_Encoding_DefaultBinary = 269,
VariableTypeNode = 270,
VariableTypeNode_Encoding_DefaultXml = 271,
VariableTypeNode_Encoding_DefaultBinary = 272,
ReferenceTypeNode = 273,
ReferenceTypeNode_Encoding_DefaultXml = 274,
ReferenceTypeNode_Encoding_DefaultBinary = 275,
MethodNode = 276,
MethodNode_Encoding_DefaultXml = 277,
MethodNode_Encoding_DefaultBinary = 278,
ViewNode = 279,
ViewNode_Encoding_DefaultXml = 280,
ViewNode_Encoding_DefaultBinary = 281,
DataTypeNode = 282,
DataTypeNode_Encoding_DefaultXml = 283,
DataTypeNode_Encoding_DefaultBinary = 284,
ReferenceNode = 285,
ReferenceNode_Encoding_DefaultXml = 286,
ReferenceNode_Encoding_DefaultBinary = 287,
IntegerId = 288,
Counter = 289,
Duration = 290,
NumericRange = 291,
UtcTime = 294,
LocaleId = 295,
Argument = 296,
Argument_Encoding_DefaultXml = 297,
Argument_Encoding_DefaultBinary = 298,
StatusResult = 299,
StatusResult_Encoding_DefaultXml = 300,
StatusResult_Encoding_DefaultBinary = 301,
MessageSecurityMode = 302,
UserTokenType = 303
零度百事
- 粉丝: 228
- 资源: 125
最新资源
- 基于java+ssm+mysql+微信小程序的在线视频教育系统 源码+数据库+论文(高分毕业设计).zip
- 基于java+ssm+mysql+微信小程序的作品集展示小程序 源码+数据库+论文(高分毕业设计).zip
- 基于java+ssm+mysql+微信小程序的综合文化信息管理系统 源码+数据库+论文(高分毕业设计).zip
- mkbootimg,unmkbootimg 工具
- md380 md500, 变频器源码,全C,77版本,程序已验证,可提供HEX或.OUT文件供您测试 SVC3,低速转矩大,高速速度波动小 新的转子电阻、漏感辩识方法 基于TMS320F28034
- 燃油泵出油盘自动组装机(sw18可编辑+cad+bom)全套技术资料100%好用.zip
- 基于java+springboot+mysql+微信小程序的传染病防控宣传系统 源码+数据库+论文(高分毕业设计).zip
- 基于java+springboot+mysql+微信小程序的儿童预防接种预约系统 源码+数据库+论文(高分毕业设计).zip
- 基于java+springboot+mysql+微信小程序的新闻资讯系统 源码+数据库+论文(高分毕业设计).zip
- 成都市2005-2024年近20年历史气象数据下载
- 基于java+springboot+mysql+微信小程序的医院核酸检测服务系统 源码+数据库+论文(高分毕业设计).rar
- 基于java+springboot+mysql+微信小程序的移动网赚项目 源码+数据库+论文(高分毕业设计).zip
- 基于java+springboot+mysql+微信小程序的医院管理系统 源码+数据库+论文(高分毕业设计).zip
- 基于java+springboot+mysql+微信小程序的在线订餐系统 源码+数据库+论文(高分毕业设计).zip
- 贵阳市2005-2024年近20年历史气象数据下载
- 云商城系统,无后门,一站式系统Java源码
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
评论0