annotate thesis/img/ipc-protocol.pic @ 334:99e368f07e9a

some more lines
author meillo@marmaro.de
date Sat, 24 Jan 2009 17:01:34 +0100
parents c4d78cd40827
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
329
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
1 .PS
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
2 # ipc-protocol
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
3
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
4 boxwid = 0.3
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
5 boxht = 0.3
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
6
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
7 linewid = 0.8
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
8
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
9
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
10 B: box "B"
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
11 arrow linewid*1.3 "connection" "attempt"
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
12
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
13 W1: box "W"
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
14 arrow linewid/2 dashed "0" ""
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
15 box ""
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
16 arrow "header" "transfer"
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
17
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
18 W2: box "W"
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
19 arrow linewid/2 dashed "0" ""
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
20 box ""
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
21 arrow "body" "transfer"
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
22
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
23 W3: box "W"
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
24 arrow linewid/2 dashed "0" ""
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
25
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
26 S: box "S"
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
27
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
28 down
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
29 arrow dashed down from W1.s " 1"
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
30 box "E"
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
31
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
32 arrow dashed down from W2.s " 1"
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
33 box "E"
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
34
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
35 arrow dashed down from W3.s " 1"
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
36 box "E"
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
37
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
38
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
39 "\fI" "B: begin" ljust "W: wait for reply" ljust "E: error" ljust "S: success" ljust "\fR" at B.sw -(0,0.5)
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
40
c4d78cd40827 new ipc state diagram pic
meillo@marmaro.de
parents:
diff changeset
41 .PE