소스 검색

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"