#include <stdint.h>
Go to the source code of this file.
|
| OpcUa |
| OPC UA Address space part. GNU LGPL.
|
|
|
enum | OpcUa::ExpandedObjectId : uint32_t {
OpcUa::ExpandedObjectId::Null = 0,
OpcUa::ExpandedObjectId::ObjectAttribute = 354,
OpcUa::ExpandedObjectId::VariableAttribute = 357,
OpcUa::ExpandedObjectId::MethodAttribute = 360,
OpcUa::ExpandedObjectId::ObjectTypeAttribute = 363,
OpcUa::ExpandedObjectId::VariableTypeAttribute = 366,
OpcUa::ExpandedObjectId::ReferenceTypeAttribute = 369,
OpcUa::ExpandedObjectId::DataTypeAttribute = 372,
OpcUa::ExpandedObjectId::ViewAttribute = 375,
OpcUa::ExpandedObjectId::DataChangeNotification = 811,
OpcUa::ExpandedObjectId::EventNotificationList = 916,
OpcUa::ExpandedObjectId::StatusChangeNotification = 820,
OpcUa::ExpandedObjectId::DataChangeFilter = 724,
OpcUa::ExpandedObjectId::EventFilter = 727,
OpcUa::ExpandedObjectId::AggregateFilter = 730,
OpcUa::ExpandedObjectId::ElementOperand = 594,
OpcUa::ExpandedObjectId::LiteralOperand = 597,
OpcUa::ExpandedObjectId::AttributeOperand = 600,
OpcUa::ExpandedObjectId::SimpleAttributeOperand = 603
} |
|