diff --git a/titan_executor_api/doc/Titan_Executor_API_User_Guide.adoc b/titan_executor_api/doc/Titan_Executor_API_User_Guide.adoc index 3ed32598d670104c3d0243e435a47efb3fef8c56..bb65d50c4ceb5d6ded99a069ffe1d04e5aa8a0a4 100644 --- a/titan_executor_api/doc/Titan_Executor_API_User_Guide.adoc +++ b/titan_executor_api/doc/Titan_Executor_API_User_Guide.adoc @@ -1,14 +1,16 @@ --- Author: Arpad Lovassy -Version: 8/198 17-CRL 113 200/6, Rev. PE1 -Date: 2018-06-19 +Version: 8/198 17-CRL 113 200/6, Rev. F +Date: 2019-05-20 --- = Titan Executor API User Guide :author: Arpad Lovassy -:revnumber: 8/198 17-CRL 113 200/6, Rev. PE1 -:revdate: 2018-06-19 +:revnumber: 8/198 17-CRL 113 200/6, Rev. F +:revdate: 2019-05-20 :title-logo-image: images/titan_logo.png +:sectnums: +:doctype: book :toc: ifdef::env-github,backend-html5[] @@ -29,7 +31,7 @@ https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html. The contents of this document are subject to revision without notice due to continued progress in methodology, design and manufacturing. Ericsson shall have no liability for any error or damage of any kind resulting from the use of this document. -= Overview +== Overview The Titan Executor API provides the following functionalities: @@ -39,8 +41,6 @@ The Titan Executor API provides the following functionalities: It is implemented in Java using JNI calls to the C++ side, which is based on the implementation of titan_eclipse JNI executor. The Titan Executor API is independent from Eclipse. -= Titan Executor API - == Prerequisites * TITAN installed (_libmctrjninative.so_ library file is in _TTCN3_DIR/lib_, and library path is in `LD_LIBRARY_PATH`) @@ -56,26 +56,26 @@ The entry point of the API is the `com.ericsson.titan.executor.api.JniExecutor`, For further details see the Javadoc embedded in the project. -= Titan Executor API Demo +== Titan Executor API Demo -== Install +=== Install Copy _TITAN_Executor_API_Demo.jar_ and _lib/TITAN_Executor_API.jar_ to any selected directory, so keep the directory structure, make sure, that _TITAN_Executor_API.jar_ is in _lib/_, so it means, that Titan Executor API is in the classpath, which is defined in the manifest file of _TITAN_Executor_API_Demo.jar_. -== Usage +=== Usage To start the demo the following command must be used: [source] java -jar <install directory>/TITAN_Executor_API_Demo.jar -= Javadoc +== Javadoc -== Install +=== Install Extract javadoc directory from the zip file -== Usage +=== Usage Open _javadoc/index.html_ from a browser. diff --git a/titan_executor_api/doc/Titan_Executor_API_User_Guide.pdf b/titan_executor_api/doc/Titan_Executor_API_User_Guide.pdf old mode 100644 new mode 100755 index dadfcfb51e027229b30085c8bdae6af631cd831f..a0479b14b836ec08d61013800f478f44dce838c0 Binary files a/titan_executor_api/doc/Titan_Executor_API_User_Guide.pdf and b/titan_executor_api/doc/Titan_Executor_API_User_Guide.pdf differ