summaryrefslogtreecommitdiffstats
path: root/images/user/test-tftp-seq-4.puml
blob: 669a0f5da5c2cbbec2cc4603613c76bfa858c16d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
'
' Tester TFTP Sequence 4:
'
'  Reset Filter Trigger
'
' Copyright (c) 2018 Chris Johns <chrisj@rtems.org>
' All rights reserved.
'
@startuml

 participant UBoot
 participant TFTP
 participant Test
 participant Reset
 participant Finish

 note right of UBoot : A timeout can occur at any time

 UBoot -->> Reset : ""target_reset_command""
 activate Reset
 TFTP -->> Reset : ""target_reset_command""
 Test -->> Reset : ""target_reset_command""
 Reset --> Finish : timeout
 deactivate Reset

@enduml