Explorar el Código

make UA_EXPANDEDNODEID_NULL visible

Julius Pfrommer hace 7 años
padre
commit
255dacdf5c
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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) {