From f5c013e32d1c8ee931bec45cee7bc04c5d536d50 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Sun, 29 May 2016 22:15:41 +0200 Subject: Adds documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also remove a old cmakefile Change-Id: I2748514934790043a15bb48d1d06bd82967d4494 Signed-off-by: José Bollo --- doc/afb-plugin-writing.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/afb-plugin-writing.html') diff --git a/doc/afb-plugin-writing.html b/doc/afb-plugin-writing.html index b80006f4..1864cfdf 100644 --- a/doc/afb-plugin-writing.html +++ b/doc/afb-plugin-writing.html @@ -967,7 +967,7 @@ enumeration but the wrapper of constant definitions that can be mixed using bitw - + @@ -1070,7 +1070,7 @@ formatting messages if the message must not be output.

- + @@ -1078,13 +1078,13 @@ formatting messages if the message must not be output.

- + - + @@ -1096,13 +1096,13 @@ formatting messages if the message must not be output.

- + - + @@ -1426,13 +1426,13 @@ endif()
Constant name Constant name Meaning
Macro Verbosity Meaning Meaning syslog level
ERROR 0 Error conditions Error conditions 3
WARNING 1 Warning conditions Warning conditions 4
INFO 2 Informational Informational 6
DEBUG 3 Debug-level messages Debug-level messages 7
- + - + @@ -1452,7 +1452,7 @@ endif() - + -- cgit 1.2.3-korg
Variable Variable Meaning
afb_FOUND afb_FOUND Set to 1 if afb-daemon plugin development files exist
The ‘-I’ preprocessor flags (w/o the ‘-I’) for compiling afb-daemon plugins
afb_CFLAGS afb_CFLAGS All required cflags for compiling afb-daemon plugins