From 6bddf7ebf961762b1248cb58c0245e28f81b8d91 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 19 Sep 2017 19:23:03 +0200 Subject: Terminology completed. Change-Id: I68b7221762fa4782f61bd073f0c1c1f64373bd81 Signed-off-by: Romain Forlot --- docs/cover.jpg | Bin 254719 -> 260913 bytes docs/cover_small.jpg | Bin 13255 -> 13436 bytes docs/part-1/1-Architecture.md | 17 +++++++++-------- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/cover.jpg b/docs/cover.jpg index 668f253..9e98734 100644 Binary files a/docs/cover.jpg and b/docs/cover.jpg differ diff --git a/docs/cover_small.jpg b/docs/cover_small.jpg index 216b4bb..c6b1f92 100644 Binary files a/docs/cover_small.jpg and b/docs/cover_small.jpg differ diff --git a/docs/part-1/1-Architecture.md b/docs/part-1/1-Architecture.md index 065d2ec..9d1e328 100644 --- a/docs/part-1/1-Architecture.md +++ b/docs/part-1/1-Architecture.md @@ -37,13 +37,14 @@ There are three main parts with **Signal Composer**: Here is a little terminology guide to set the vocabulary: -- **sources** -- **signals** -- **api** -- **event** -- **callbacks** -- **action** -- **virtual signals** -- **raw signals** +- **api**: a binding API name +- **action**: a function called at a certain time +- **callbacks**: a function called at a certain time +- **event**: the raw event that materialize the signal +- **sources**: a binding API name +- **signals**: an event generated by the **Application Framework** +- **virtual signals**: a signal composed of **raw signals** with value + calculated by a **callbacks** +- **raw signals**: an event generated by a **low level** binding [GlobalArchitecture]: pictures/Global_Signaling_Architecture.png "Global architecture" -- cgit 1.2.3-korg