diff options
Diffstat (limited to 'docs/part-1/1-Architecture.md')
-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" |