diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-09-19 19:23:03 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-14 11:00:25 +0100 |
commit | 6bddf7ebf961762b1248cb58c0245e28f81b8d91 (patch) | |
tree | 2ca1b99beb53548b2ae6fb0a201123cce5f57edd /docs/part-1 | |
parent | 5a611d1db55ce07908e232e5a9afd8843bc1a59c (diff) |
Terminology completed.
Change-Id: I68b7221762fa4782f61bd073f0c1c1f64373bd81
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'docs/part-1')
-rw-r--r-- | docs/part-1/1-Architecture.md | 17 |
1 files changed, 9 insertions, 8 deletions
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" |