|
@@ -20,13 +20,12 @@ zero_copy = ["UA_Boolean", "UA_SByte", "UA_Byte", "UA_Int16", "UA_UInt16", "UA_I
|
|
|
|
|
|
|
|
|
|
|
|
-builtin_types = ["UA_Boolean", "UA_SByte", "UA_Byte",
|
|
|
- "UA_Int16", "UA_UInt16",
|
|
|
- "UA_Int32", "UA_UInt32", "UA_StatusCode", "UA_Float",
|
|
|
- "UA_Int64", "UA_UInt64", "UA_Double", "UA_DateTime",
|
|
|
- "UA_Guid", "UA_NodeId", "UA_ExpandedNodeId", "UA_QualifiedName", "UA_LocalizedText", "UA_ExtensionObject", "UA_DataValue", "UA_Variant", "UA_DiagnosticInfo",
|
|
|
- "UA_String", "UA_ByteString", "UA_XmlElement"
|
|
|
-]
|
|
|
+builtin_types = ["UA_Boolean", "UA_SByte", "UA_Byte", "UA_Int16", "UA_UInt16",
|
|
|
+ "UA_Int32", "UA_UInt32", "UA_Int64", "UA_UInt64", "UA_Float",
|
|
|
+ "UA_Double", "UA_String", "UA_DateTime", "UA_Guid", "UA_ByteString",
|
|
|
+ "UA_XmlElement", "UA_NodeId", "UA_ExpandedNodeId", "UA_StatusCode",
|
|
|
+ "UA_QualifiedName", "UA_LocalizedText", "UA_ExtensionObject", "UA_DataValue",
|
|
|
+ "UA_Variant", "UA_DiagnosticInfo"]
|
|
|
|
|
|
excluded_types = ["UA_NodeIdType", "UA_InstanceNode", "UA_TypeNode", "UA_Node", "UA_ObjectNode",
|
|
|
"UA_ObjectTypeNode", "UA_VariableNode", "UA_VariableTypeNode", "UA_ReferenceTypeNode",
|