Ref doc updates

This commit is contained in:
Janne Valkealahti
2015-03-28 18:51:19 +00:00
parent d108410005
commit 85cc2df29e
14 changed files with 561 additions and 86 deletions

View File

@@ -0,0 +1,16 @@
+----------------------------------------+
| SM |
+----------------------------------------+
| |
| +----------+ +----------+ |
| *-->| STATE1 | | STATE2 | |
| +----------+ +----------+ |
| | entry/ | | entry/ | |
| | exit/ | | exit/ | |
| | |--EVENT1->| | |
| | | | | |
| | |<-EVENT2--| | |
| | | | | |
| +----------+ +----------+ |
| |
+----------------------------------------+

View File

@@ -1,19 +0,0 @@
+----------------------------------------------------------------+
| SM |
+----------------------------------------------------------------+
| |
| +----------------+ +----------------+ |
| *-->| LOCKED | | UNLOCKED | |
| +----------------+ +----------------+ |
| +---| entry/ | | entry/ |---+ |
| | | exit/ | | exit/ | | |
| | | | | | | |
| PUSH| | |---COIN-->| | |COIN |
| | | | | | | |
| | | | | | | |
| | | |<--PUSH---| | | |
| +-->| | | |<--+ |
| | | | | |
| +----------------+ +----------------+ |
| |
+----------------------------------------------------------------+