瀏覽代碼

refer to the standard for service definitions

Julius Pfrommer 9 年之前
父節點
當前提交
c0f707a905
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/server/ua_services.h

+ 2 - 1
src/server/ua_services.h

@@ -25,7 +25,8 @@ extern "C" {
  * The following service signatures are internal and *not visible to users*.
  * The following service signatures are internal and *not visible to users*.
  * Still, we present them here for an overview of the capabilities of OPC UA.
  * Still, we present them here for an overview of the capabilities of OPC UA.
  * Please refer to the :ref:`client` and :ref:`server` API where the services
  * Please refer to the :ref:`client` and :ref:`server` API where the services
- * are exposed to end users. */
+ * are exposed to end users. Please see part 4 of the OPC UA standard for the
+ * authoritative definition of the service and their behaviour. */
 /* Most services take as input the server, the current session and pointers to
 /* Most services take as input the server, the current session and pointers to
    the request and response structures. Possible error codes are returned as
    the request and response structures. Possible error codes are returned as
    part of the response. */
    part of the response. */