diff options
Diffstat (limited to 'doc/puml/handover-seq.puml')
-rw-r--r-- | doc/puml/handover-seq.puml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/puml/handover-seq.puml b/doc/puml/handover-seq.puml new file mode 100644 index 0000000..52ec5c5 --- /dev/null +++ b/doc/puml/handover-seq.puml @@ -0,0 +1,7 @@ +@startuml handover-seq +"A" -> "S": +HOVER +"A" -> "S": Handover Frame +"S" -> "S": queue request +"S" --> "A": STATUS +"S" --> "A": Status Frame +@enduml |