docs/diploma

annotate thesis/img/ipc-protocol.pic @ 329:c4d78cd40827

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