浏览代码

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"