mirror of
https://github.com/cupcakearmy/master-thesis.git
synced 2026-04-02 11:55:30 +00:00
Clear History
This commit is contained in:
9
thesis/diagrams/scenario.mmd
Normal file
9
thesis/diagrams/scenario.mmd
Normal file
@@ -0,0 +1,9 @@
|
||||
stateDiagram-v2
|
||||
state "Daemon Running" as d {
|
||||
[*] --> Loop: Start daemon
|
||||
Loop --> Loop: Node event
|
||||
Loop --> Loop: Link event
|
||||
Loop --> [*]: End event and exit daemon
|
||||
}
|
||||
[*] --> d: CRD Created
|
||||
d --> [*]: Ended
|
||||
Reference in New Issue
Block a user