Browse Source

add attribute-types to add nodes to minimal node set

Julius Pfrommer 10 years ago
parent
commit
d63f21fe0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/type_lists.py

+ 1 - 1
tools/type_lists.py

@@ -21,5 +21,5 @@ only_needed_types = set([	"InvalidType", "Node", "NodeClass", "ReferenceNode", "
 							"BrowseDirection", "CloseSessionRequest", "AddNodesRequest", "AddNodesResponse", "AddNodesItem", "AddNodesResult",
 							"AddReferencesRequest", "AddReferencesResponse", "AddReferencesItem", "VariableNode", "MethodNode", "VariableTypeNode",
 							"ViewNode", "ReferenceTypeNode", "BrowseResultMask", "ServerState", "ServerStatusDataType", "BuildInfo", "ObjectNode",
-							"DataTypeNode", "ObjectTypeNode", "IdType" ])
+							"DataTypeNode", "ObjectTypeNode", "IdType", "VariableAttributes", "NodeAttributesMask" ])
 only_needed_types = only_needed_types.union(existing_types)