Переглянути джерело

make UA_EXPANDEDNODEID_NULL visible

Julius Pfrommer 7 роки тому
батько
коміт
255dacdf5c
1 змінених файлів з 2 додано та 0 видалено
  1. 2 0
      include/ua_types.h

+ 2 - 0
include/ua_types.h

@@ -348,6 +348,8 @@ typedef struct {
     UA_UInt32 serverIndex;
 } UA_ExpandedNodeId;
 
+UA_EXPORT extern const UA_ExpandedNodeId UA_EXPANDEDNODEID_NULL;
+
 /** The following functions are shorthand for creating ExpandedNodeIds. */
 static UA_INLINE UA_ExpandedNodeId
 UA_EXPANDEDNODEID_NUMERIC(UA_UInt16 nsIndex, UA_UInt32 identifier) {