Преглед на файлове

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"