Skip to content

Commit

Permalink
Update to schema version 1.03
Browse files Browse the repository at this point in the history
  • Loading branch information
Pro committed Jun 6, 2017
1 parent e00b02c commit 93064e6
Show file tree
Hide file tree
Showing 6 changed files with 39,597 additions and 25,199 deletions.
5 changes: 3 additions & 2 deletions src/server/ua_server_ns0.c
Expand Up @@ -293,7 +293,7 @@ void UA_Server_createNS0(UA_Server *server) {
hassubtype_attr.displayName = UA_LOCALIZEDTEXT("en_US", "HasSubtype");
hassubtype_attr.isAbstract = false;
hassubtype_attr.symmetric = false;
hassubtype_attr.inverseName = UA_LOCALIZEDTEXT("en_US", "HasSupertype");
hassubtype_attr.inverseName = UA_LOCALIZEDTEXT("en_US", "SubtypeOf");
UA_Server_addReferenceTypeNode_begin(server, UA_NODEID_NUMERIC(0, UA_NS0ID_HASSUBTYPE),
UA_QUALIFIEDNAME(0, "HasSubtype"), hassubtype_attr, NULL);

Expand Down Expand Up @@ -369,11 +369,12 @@ void UA_Server_createNS0(UA_Server *server) {
addDataTypeNode(server, "Int16", UA_NS0ID_INT16, false, UA_NS0ID_INTEGER);
addDataTypeNode(server, "Int32", UA_NS0ID_INT32, false, UA_NS0ID_INTEGER);
addDataTypeNode(server, "Int64", UA_NS0ID_INT64, false, UA_NS0ID_INTEGER);
addDataTypeNode(server, "UInteger", UA_NS0ID_UINTEGER, true, UA_NS0ID_INTEGER);
addDataTypeNode(server, "UInteger", UA_NS0ID_UINTEGER, true, UA_NS0ID_NUMBER);
addDataTypeNode(server, "Byte", UA_NS0ID_BYTE, false, UA_NS0ID_UINTEGER);
addDataTypeNode(server, "UInt16", UA_NS0ID_UINT16, false, UA_NS0ID_UINTEGER);
addDataTypeNode(server, "UInt32", UA_NS0ID_UINT32, false, UA_NS0ID_UINTEGER);
addDataTypeNode(server, "UInt64", UA_NS0ID_UINT64, false, UA_NS0ID_UINTEGER);
addDataTypeNode(server, "Decimal128", UA_NS0ID_DECIMAL128, false, UA_NS0ID_NUMBER);
addDataTypeNode(server, "String", UA_NS0ID_STRING, false, UA_NS0ID_BASEDATATYPE);
addDataTypeNode(server, "DateTime", UA_NS0ID_DATETIME, false, UA_NS0ID_BASEDATATYPE);
addDataTypeNode(server, "Guid", UA_NS0ID_GUID, false, UA_NS0ID_BASEDATATYPE);
Expand Down
2 changes: 0 additions & 2 deletions tools/pyUANamespace/NodeID_AssumeExternal.txt
Expand Up @@ -15,14 +15,12 @@ i=2266
i=2267
i=2271
i=2274
i=2292
i=2294
i=2735
i=2992
i=2993
i=2994
i=2268
i=274
i=295
i=296
i=11715
Expand Down

0 comments on commit 93064e6

Please sign in to comment.