ソースを参照

modified api specaccording to discussion

Leon Urbas 10 年 前
コミット
3dcb00eef2
共有3 個のファイルを変更した7 個の追加0 個の削除を含む
  1. 4 0
      examples/api-design/open62541-ns0-pico.h
  2. 1 0
      examples/api-design/open62541-tcp.h
  3. 2 0
      examples/api-design/open62541.h

+ 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"