Kaynağa Gözat

modified api specaccording to discussion

Leon Urbas 10 yıl önce
ebeveyn
işleme
3dcb00eef2

+ 4 - 0
examples/api-design/open62541-ns0-pico.h

@@ -0,0 +1,4 @@
+#include "ua_namespace.h"
+
+Namespace UA_NamespaceZero_Static;_
+

+ 1 - 0
examples/api-design/open62541-tcp.h

@@ -0,0 +1 @@
+#include "../networklayer.h"

+ 2 - 0
examples/api-design/open62541.h

@@ -0,0 +1,2 @@
+#include "ua_types.h"
+#include "ua_application.h"