X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=doc%2Fafb-plugin-writing.html;h=84a23573ad72a981bd683122afca627e62517b9e;hb=1.0;hp=9873b6266cf68035224b7c38adb18ccba52ee604;hpb=d96d0533b8326570db57d13b8f808bc62d1a7fa4;p=src%2Fapp-framework-binder.git diff --git a/doc/afb-plugin-writing.html b/doc/afb-plugin-writing.html index 9873b626..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:    27 mai 2016
+Date:    30 mai 2016
 Author:  José Bollo
 
@@ -18,19 +18,19 @@ Author: José Bollo
  • Summary
  • -
  • 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