From e11314b2e9fef34f569bb7b042b432aed661cdc0 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 19 Sep 2017 16:43:41 +0200 Subject: Added documentation Change-Id: Iaa6bb0470652d3d0dc97c6320dbf210567ccec80 Signed-off-by: Romain Forlot --- docs/part-1/3-Plugins.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/part-1/3-Plugins.md (limited to 'docs/part-1/3-Plugins.md') diff --git a/docs/part-1/3-Plugins.md b/docs/part-1/3-Plugins.md new file mode 100644 index 0000000..1cfb580 --- /dev/null +++ b/docs/part-1/3-Plugins.md @@ -0,0 +1,4 @@ +# Plugins + +Plugins are C/C++ shared library that is loaded by the binding to execute some simple routine. Routine could be on reception of a new signal or at sources +initialization time or signal subscription with the respective JSON field **onReceived**, **init** and **getSignals**. -- cgit 1.2.3-korg