-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## Plan of writing documentation: | ||
|
||
1. Introduction to the assembler. | ||
2. Introduction to the addons of the assembler: | ||
1. Broker addon; | ||
2. Sender addon; | ||
3. Purpose of the assembler's instance. | ||
4. *[Philosophy of an assembler] | ||
1. *How does the logic of internal parameters presents; | ||
2. *How does the logic of changing stateflows presents; | ||
3. *What the idea behind the assembler main module's representation; | ||
4. Which modules do what; | ||
5. Common sense of assembler - writing; | ||
5. Tech-docs via XML; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
1. What is the "broker" of assembler of state machine? (introduction) | ||
2. What does it do? | ||
- common sence of working logic of entire instance | ||
3. Internal synergy: how does fields work in coalition? | ||
- logic behind the usage of specified fields, and how they cowork with others | ||
4. Internal synergy: how does methods work in coalition? | ||
- logic behind the usage of specified methods, and how they cowork with others | ||
5. External synergy: what the logic behind the entire of broker? How does it work and what is it's differences? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
1. What is the "sender" of assembler of state machine? (introduction) | ||
2. What does it do? | ||
- common sence of working logic of entire instance | ||
3. Internal synergy: how does fields work in coalition? | ||
- logic behind the usage of specified fields, and how they cowork with others | ||
4. Internal synergy: how does methods work in coalition? | ||
- logic behind the usage of specified methods, and how they cowork with others | ||
5. External synergy: what the logic behind the entire of sender? How does it work and what is it's differences? |