summaryrefslogtreecommitdiff
path: root/doc/rvi_protocol_frag1.msc
blob: 11d467fb992afab63ecd2b1306ee08bdc1f94fbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
#
# Sequence diagram description
#
# The sequence diagram description below is translated to
# a PNG image by mscgen (http://www.mcternan.me.uk/mscgen/)
#
# Recompile updated diagrams to a png image with:
#
#   mscgen -T png rvi_protocol_frag1.msc
#

msc {
  width="400";
  "Client",  "Server";
  "Client" -> "Server" [ label = "{frg, [ID, Size, Offs1, Bin1]}" ];
  "Client" <- "Server" [ label = "{frg-get, [ID, Offs2, Bytes2]}" ];
  "Client" -> "Server" [ label = "{frg, [ID, Size, Offs2, Bin2]}" ];
  "Client" <- "Server" [ label = "{frg-get, [ID, Offs3, Bytes3]}" ];
  "Client" -> "Server" [ label = "{frg, [ID, Size, Offs3, Bin3]}" ];
  "Client" <- "Server" [ label = "{frg-end, [ID, ResultCode]}" ];
  "Client" abox "Server" [ label = "Message complete" ] ;
}