source: rtems-docs/images/user/test-tftp-seq-4.puml @ 8b67c91

5
Last change on this file since 8b67c91 was 8b67c91, checked in by Chris Johns <chrisj@…>, on 05/19/18 at 20:32:42

user: Add RTEMS executable and test documentation.

  • Property mode set to 100644
File size: 499 bytes
Line 
1'
2' Tester TFTP Sequence 4:
3'
4'  Reset Filter Trigger
5'
6' Copyright (c) 2018 Chris Johns <chrisj@rtems.org>
7' All rights reserved.
8'
9@startuml
10
11 participant UBoot
12 participant TFTP
13 participant Test
14 participant Reset
15 participant Finish
16
17 note right of UBoot : A timeout can occur at any time
18
19 UBoot -->> Reset : ""target_reset_command""
20 activate Reset
21 TFTP -->> Reset : ""target_reset_command""
22 Test -->> Reset : ""target_reset_command""
23 Reset --> Finish : timeout
24 deactivate Reset
25
26@enduml
Note: See TracBrowser for help on using the repository browser.