X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=doc%2Fafb-plugin-writing.html;h=84a23573ad72a981bd683122afca627e62517b9e;hb=bf9d05d3ba3c482a75cfa6aedf661f6e51728e3e;hp=b80006f40c8cf3f9cb5ac9d47ed7572b0b0e17e7;hpb=6914f7781b42972263a417484bbeb179efe66e78;p=src%2Fapp-framework-binder.git diff --git a/doc/afb-plugin-writing.html b/doc/afb-plugin-writing.html index b80006f4..84a23573 100644 --- a/doc/afb-plugin-writing.html +++ b/doc/afb-plugin-writing.html @@ -8,7 +8,7 @@

HOWTO WRITE a PLUGIN for AFB-DAEMON

version: 1
-Date:    29 mai 2016
+Date:    30 mai 2016
 Author:  José Bollo
 
@@ -28,9 +28,9 @@ Author: José Bollo
  • Plugin Contend
  • @@ -42,16 +42,16 @@ Author: José Bollo
  • Choosing names
  • -
  • Writing a synchronous verb implementation +
  • Writing a synchronous method implementation
  • Getting argument of invocation @@ -61,7 +61,7 @@ Author: José Bollo
  • Arguments as a JSON object
  • -
  • Initialisation of the plugin and declaration of verbs
  • +
  • Initialisation of the plugin and declaration of methods
  • Sending messages to the log system
  • Sending events
  • -
  • Writing an asynchronous verb implementation
  • +
  • Writing an asynchronous method implementation
  • How to build a plugin