fp@1727: %!PS-Adobe-2.0 EPSF-2.0 fp@1727: %%Title: interrupt.fig fp@1727: %%Creator: fig2dev Version 3.2 Patchlevel 4 fp@1727: %%CreationDate: Mon Aug 7 13:51:08 2006 fp@1727: %%For: fp@jupiter (Florian Pose) fp@1727: %%BoundingBox: 0 0 538 278 fp@1727: %%Magnification: 1.0000 fp@1727: %%EndComments fp@1727: /MyAppDict 100 dict dup begin def fp@1727: /$F2psDict 200 dict def fp@1727: $F2psDict begin fp@1727: $F2psDict /mtrx matrix put fp@1727: /col-1 {0 setgray} bind def fp@1727: /col0 {0.000 0.000 0.000 srgb} bind def fp@1727: /col1 {0.000 0.000 1.000 srgb} bind def fp@1727: /col2 {0.000 1.000 0.000 srgb} bind def fp@1727: /col3 {0.000 1.000 1.000 srgb} bind def fp@1727: /col4 {1.000 0.000 0.000 srgb} bind def fp@1727: /col5 {1.000 0.000 1.000 srgb} bind def fp@1727: /col6 {1.000 1.000 0.000 srgb} bind def fp@1727: /col7 {1.000 1.000 1.000 srgb} bind def fp@1727: /col8 {0.000 0.000 0.560 srgb} bind def fp@1727: /col9 {0.000 0.000 0.690 srgb} bind def fp@1727: /col10 {0.000 0.000 0.820 srgb} bind def fp@1727: /col11 {0.530 0.810 1.000 srgb} bind def fp@1727: /col12 {0.000 0.560 0.000 srgb} bind def fp@1727: /col13 {0.000 0.690 0.000 srgb} bind def fp@1727: /col14 {0.000 0.820 0.000 srgb} bind def fp@1727: /col15 {0.000 0.560 0.560 srgb} bind def fp@1727: /col16 {0.000 0.690 0.690 srgb} bind def fp@1727: /col17 {0.000 0.820 0.820 srgb} bind def fp@1727: /col18 {0.560 0.000 0.000 srgb} bind def fp@1727: /col19 {0.690 0.000 0.000 srgb} bind def fp@1727: /col20 {0.820 0.000 0.000 srgb} bind def fp@1727: /col21 {0.560 0.000 0.560 srgb} bind def fp@1727: /col22 {0.690 0.000 0.690 srgb} bind def fp@1727: /col23 {0.820 0.000 0.820 srgb} bind def fp@1727: /col24 {0.500 0.190 0.000 srgb} bind def fp@1727: /col25 {0.630 0.250 0.000 srgb} bind def fp@1727: /col26 {0.750 0.380 0.000 srgb} bind def fp@1727: /col27 {1.000 0.500 0.500 srgb} bind def fp@1727: /col28 {1.000 0.630 0.630 srgb} bind def fp@1727: /col29 {1.000 0.750 0.750 srgb} bind def fp@1727: /col30 {1.000 0.880 0.880 srgb} bind def fp@1727: /col31 {1.000 0.840 0.000 srgb} bind def fp@1727: fp@1727: end fp@1727: save fp@1727: newpath 0 278 moveto 0 0 lineto 538 0 lineto 538 278 lineto closepath clip newpath fp@1727: -12.2 386.3 translate fp@1727: 1 -1 scale fp@1727: fp@1727: % This junk string is used by the show operators fp@1727: /PATsstr 1 string def fp@1727: /PATawidthshow { % cx cy cchar rx ry string fp@1727: % Loop over each character in the string fp@1727: { % cx cy cchar rx ry char fp@1727: % Show the character fp@1727: dup % cx cy cchar rx ry char char fp@1727: PATsstr dup 0 4 -1 roll put % cx cy cchar rx ry char (char) fp@1727: false charpath % cx cy cchar rx ry char fp@1727: /clip load PATdraw fp@1727: % Move past the character (charpath modified the fp@1727: % current point) fp@1727: currentpoint % cx cy cchar rx ry char x y fp@1727: newpath fp@1727: moveto % cx cy cchar rx ry char fp@1727: % Reposition by cx,cy if the character in the string is cchar fp@1727: 3 index eq { % cx cy cchar rx ry fp@1727: 4 index 4 index rmoveto fp@1727: } if fp@1727: % Reposition all characters by rx ry fp@1727: 2 copy rmoveto % cx cy cchar rx ry fp@1727: } forall fp@1727: pop pop pop pop pop % - fp@1727: currentpoint fp@1727: newpath fp@1727: moveto fp@1727: } bind def fp@1727: /PATcg { fp@1727: 7 dict dup begin fp@1727: /lw currentlinewidth def fp@1727: /lc currentlinecap def fp@1727: /lj currentlinejoin def fp@1727: /ml currentmiterlimit def fp@1727: /ds [ currentdash ] def fp@1727: /cc [ currentrgbcolor ] def fp@1727: /cm matrix currentmatrix def fp@1727: end fp@1727: } bind def fp@1727: % PATdraw - calculates the boundaries of the object and fp@1727: % fills it with the current pattern fp@1727: /PATdraw { % proc fp@1727: save exch fp@1727: PATpcalc % proc nw nh px py fp@1727: 5 -1 roll exec % nw nh px py fp@1727: newpath fp@1727: PATfill % - fp@1727: restore fp@1727: } bind def fp@1727: % PATfill - performs the tiling for the shape fp@1727: /PATfill { % nw nh px py PATfill - fp@1727: PATDict /CurrentPattern get dup begin fp@1727: setfont fp@1727: % Set the coordinate system to Pattern Space fp@1727: PatternGState PATsg fp@1727: % Set the color for uncolored pattezns fp@1727: PaintType 2 eq { PATDict /PColor get PATsc } if fp@1727: % Create the string for showing fp@1727: 3 index string % nw nh px py str fp@1727: % Loop for each of the pattern sources fp@1727: 0 1 Multi 1 sub { % nw nh px py str source fp@1727: % Move to the starting location fp@1727: 3 index 3 index % nw nh px py str source px py fp@1727: moveto % nw nh px py str source fp@1727: % For multiple sources, set the appropriate color fp@1727: Multi 1 ne { dup PC exch get PATsc } if fp@1727: % Set the appropriate string for the source fp@1727: 0 1 7 index 1 sub { 2 index exch 2 index put } for pop fp@1727: % Loop over the number of vertical cells fp@1727: 3 index % nw nh px py str nh fp@1727: { % nw nh px py str fp@1727: currentpoint % nw nh px py str cx cy fp@1727: 2 index oldshow % nw nh px py str cx cy fp@1727: YStep add moveto % nw nh px py str fp@1727: } repeat % nw nh px py str fp@1727: } for fp@1727: 5 { pop } repeat fp@1727: end fp@1727: } bind def fp@1727: fp@1727: % PATkshow - kshow with the current pattezn fp@1727: /PATkshow { % proc string fp@1727: exch bind % string proc fp@1727: 1 index 0 get % string proc char fp@1727: % Loop over all but the last character in the string fp@1727: 0 1 4 index length 2 sub { fp@1727: % string proc char idx fp@1727: % Find the n+1th character in the string fp@1727: 3 index exch 1 add get % string proc char char+1 fp@1727: exch 2 copy % strinq proc char+1 char char+1 char fp@1727: % Now show the nth character fp@1727: PATsstr dup 0 4 -1 roll put % string proc chr+1 chr chr+1 (chr) fp@1727: false charpath % string proc char+1 char char+1 fp@1727: /clip load PATdraw fp@1727: % Move past the character (charpath modified the current point) fp@1727: currentpoint newpath moveto fp@1727: % Execute the user proc (should consume char and char+1) fp@1727: mark 3 1 roll % string proc char+1 mark char char+1 fp@1727: 4 index exec % string proc char+1 mark... fp@1727: cleartomark % string proc char+1 fp@1727: } for fp@1727: % Now display the last character fp@1727: PATsstr dup 0 4 -1 roll put % string proc (char+1) fp@1727: false charpath % string proc fp@1727: /clip load PATdraw fp@1727: neewath fp@1727: pop pop % - fp@1727: } bind def fp@1727: % PATmp - the makepattern equivalent fp@1727: /PATmp { % patdict patmtx PATmp patinstance fp@1727: exch dup length 7 add % We will add 6 new entries plus 1 FID fp@1727: dict copy % Create a new dictionary fp@1727: begin fp@1727: % Matrix to install when painting the pattern fp@1727: TilingType PATtcalc fp@1727: /PatternGState PATcg def fp@1727: PatternGState /cm 3 -1 roll put fp@1727: % Check for multi pattern sources (Level 1 fast color patterns) fp@1727: currentdict /Multi known not { /Multi 1 def } if fp@1727: % Font dictionary definitions fp@1727: /FontType 3 def fp@1727: % Create a dummy encoding vector fp@1727: /Encoding 256 array def fp@1727: 3 string 0 1 255 { fp@1727: Encoding exch dup 3 index cvs cvn put } for pop fp@1727: /FontMatrix matrix def fp@1727: /FontBBox BBox def fp@1727: /BuildChar { fp@1727: mark 3 1 roll % mark dict char fp@1727: exch begin fp@1727: Multi 1 ne {PaintData exch get}{pop} ifelse % mark [paintdata] fp@1727: PaintType 2 eq Multi 1 ne or fp@1727: { XStep 0 FontBBox aload pop setcachedevice } fp@1727: { XStep 0 setcharwidth } ifelse fp@1727: currentdict % mark [paintdata] dict fp@1727: /PaintProc load % mark [paintdata] dict paintproc fp@1727: end fp@1727: gsave fp@1727: false PATredef exec true PATredef fp@1727: grestore fp@1727: cleartomark % - fp@1727: } bind def fp@1727: currentdict fp@1727: end % newdict fp@1727: /foo exch % /foo newlict fp@1727: definefont % newfont fp@1727: } bind def fp@1727: % PATpcalc - calculates the starting point and width/height fp@1727: % of the tile fill for the shape fp@1727: /PATpcalc { % - PATpcalc nw nh px py fp@1727: PATDict /CurrentPattern get begin fp@1727: gsave fp@1727: % Set up the coordinate system to Pattern Space fp@1727: % and lock down pattern fp@1727: PatternGState /cm get setmatrix fp@1727: BBox aload pop pop pop translate fp@1727: % Determine the bounding box of the shape fp@1727: pathbbox % llx lly urx ury fp@1727: grestore fp@1727: % Determine (nw, nh) the # of cells to paint width and height fp@1727: PatHeight div ceiling % llx lly urx qh fp@1727: 4 1 roll % qh llx lly urx fp@1727: PatWidth div ceiling % qh llx lly qw fp@1727: 4 1 roll % qw qh llx lly fp@1727: PatHeight div floor % qw qh llx ph fp@1727: 4 1 roll % ph qw qh llx fp@1727: PatWidth div floor % ph qw qh pw fp@1727: 4 1 roll % pw ph qw qh fp@1727: 2 index sub cvi abs % pw ph qs qh-ph fp@1727: exch 3 index sub cvi abs exch % pw ph nw=qw-pw nh=qh-ph fp@1727: % Determine the starting point of the pattern fill fp@1727: %(px, py) fp@1727: 4 2 roll % nw nh pw ph fp@1727: PatHeight mul % nw nh pw py fp@1727: exch % nw nh py pw fp@1727: PatWidth mul exch % nw nh px py fp@1727: end fp@1727: } bind def fp@1727: fp@1727: % Save the original routines so that we can use them later on fp@1727: /oldfill /fill load def fp@1727: /oldeofill /eofill load def fp@1727: /oldstroke /stroke load def fp@1727: /oldshow /show load def fp@1727: /oldashow /ashow load def fp@1727: /oldwidthshow /widthshow load def fp@1727: /oldawidthshow /awidthshow load def fp@1727: /oldkshow /kshow load def fp@1727: fp@1727: % These defs are necessary so that subsequent procs don't bind in fp@1727: % the originals fp@1727: /fill { oldfill } bind def fp@1727: /eofill { oldeofill } bind def fp@1727: /stroke { oldstroke } bind def fp@1727: /show { oldshow } bind def fp@1727: /ashow { oldashow } bind def fp@1727: /widthshow { oldwidthshow } bind def fp@1727: /awidthshow { oldawidthshow } bind def fp@1727: /kshow { oldkshow } bind def fp@1727: /PATredef { fp@1727: MyAppDict begin fp@1727: { fp@1727: /fill { /clip load PATdraw newpath } bind def fp@1727: /eofill { /eoclip load PATdraw newpath } bind def fp@1727: /stroke { PATstroke } bind def fp@1727: /show { 0 0 null 0 0 6 -1 roll PATawidthshow } bind def fp@1727: /ashow { 0 0 null 6 3 roll PATawidthshow } fp@1727: bind def fp@1727: /widthshow { 0 0 3 -1 roll PATawidthshow } fp@1727: bind def fp@1727: /awidthshow { PATawidthshow } bind def fp@1727: /kshow { PATkshow } bind def fp@1727: } { fp@1727: /fill { oldfill } bind def fp@1727: /eofill { oldeofill } bind def fp@1727: /stroke { oldstroke } bind def fp@1727: /show { oldshow } bind def fp@1727: /ashow { oldashow } bind def fp@1727: /widthshow { oldwidthshow } bind def fp@1727: /awidthshow { oldawidthshow } bind def fp@1727: /kshow { oldkshow } bind def fp@1727: } ifelse fp@1727: end fp@1727: } bind def fp@1727: false PATredef fp@1727: % Conditionally define setcmykcolor if not available fp@1727: /setcmykcolor where { pop } { fp@1727: /setcmykcolor { fp@1727: 1 sub 4 1 roll fp@1727: 3 { fp@1727: 3 index add neg dup 0 lt { pop 0 } if 3 1 roll fp@1727: } repeat fp@1727: setrgbcolor - pop fp@1727: } bind def fp@1727: } ifelse fp@1727: /PATsc { % colorarray fp@1727: aload length % c1 ... cn length fp@1727: dup 1 eq { pop setgray } { 3 eq { setrgbcolor } { setcmykcolor fp@1727: } ifelse } ifelse fp@1727: } bind def fp@1727: /PATsg { % dict fp@1727: begin fp@1727: lw setlinewidth fp@1727: lc setlinecap fp@1727: lj setlinejoin fp@1727: ml setmiterlimit fp@1727: ds aload pop setdash fp@1727: cc aload pop setrgbcolor fp@1727: cm setmatrix fp@1727: end fp@1727: } bind def fp@1727: fp@1727: /PATDict 3 dict def fp@1727: /PATsp { fp@1727: true PATredef fp@1727: PATDict begin fp@1727: /CurrentPattern exch def fp@1727: % If it's an uncolored pattern, save the color fp@1727: CurrentPattern /PaintType get 2 eq { fp@1727: /PColor exch def fp@1727: } if fp@1727: /CColor [ currentrgbcolor ] def fp@1727: end fp@1727: } bind def fp@1727: % PATstroke - stroke with the current pattern fp@1727: /PATstroke { fp@1727: countdictstack fp@1727: save fp@1727: mark fp@1727: { fp@1727: currentpoint strokepath moveto fp@1727: PATpcalc % proc nw nh px py fp@1727: clip newpath PATfill fp@1727: } stopped { fp@1727: (*** PATstroke Warning: Path is too complex, stroking fp@1727: with gray) = fp@1727: cleartomark fp@1727: restore fp@1727: countdictstack exch sub dup 0 gt fp@1727: { { end } repeat } { pop } ifelse fp@1727: gsave 0.5 setgray oldstroke grestore fp@1727: } { pop restore pop } ifelse fp@1727: newpath fp@1727: } bind def fp@1727: /PATtcalc { % modmtx tilingtype PATtcalc tilematrix fp@1727: % Note: tiling types 2 and 3 are not supported fp@1727: gsave fp@1727: exch concat % tilingtype fp@1727: matrix currentmatrix exch % cmtx tilingtype fp@1727: % Tiling type 1 and 3: constant spacing fp@1727: 2 ne { fp@1727: % Distort the pattern so that it occupies fp@1727: % an integral number of device pixels fp@1727: dup 4 get exch dup 5 get exch % tx ty cmtx fp@1727: XStep 0 dtransform fp@1727: round exch round exch % tx ty cmtx dx.x dx.y fp@1727: XStep div exch XStep div exch % tx ty cmtx a b fp@1727: 0 YStep dtransform fp@1727: round exch round exch % tx ty cmtx a b dy.x dy.y fp@1727: YStep div exch YStep div exch % tx ty cmtx a b c d fp@1727: 7 -3 roll astore % { a b c d tx ty } fp@1727: } if fp@1727: grestore fp@1727: } bind def fp@1727: /PATusp { fp@1727: false PATredef fp@1727: PATDict begin fp@1727: CColor PATsc fp@1727: end fp@1727: } bind def fp@1727: fp@1727: % right45 fp@1727: 11 dict begin fp@1727: /PaintType 1 def fp@1727: /PatternType 1 def fp@1727: /TilingType 1 def fp@1727: /BBox [0 0 1 1] def fp@1727: /XStep 1 def fp@1727: /YStep 1 def fp@1727: /PatWidth 1 def fp@1727: /PatHeight 1 def fp@1727: /Multi 2 def fp@1727: /PaintData [ fp@1727: { clippath } bind fp@1727: { 20 20 true [ 20 0 0 -20 0 20 ] fp@1727: {<0040100080200100400200800401000802001004 fp@1727: 0020080040100080200000401000802001004002 fp@1727: 0080040100080200100400200800401000802000>} fp@1727: imagemask } bind fp@1727: ] def fp@1727: /PaintProc { fp@1727: pop fp@1727: exec fill fp@1727: } def fp@1727: currentdict fp@1727: end fp@1727: /P5 exch def fp@1727: fp@1727: /cp {closepath} bind def fp@1727: /ef {eofill} bind def fp@1727: /gr {grestore} bind def fp@1727: /gs {gsave} bind def fp@1727: /sa {save} bind def fp@1727: /rs {restore} bind def fp@1727: /l {lineto} bind def fp@1727: /m {moveto} bind def fp@1727: /rm {rmoveto} bind def fp@1727: /n {newpath} bind def fp@1727: /s {stroke} bind def fp@1727: /sh {show} bind def fp@1727: /slc {setlinecap} bind def fp@1727: /slj {setlinejoin} bind def fp@1727: /slw {setlinewidth} bind def fp@1727: /srgb {setrgbcolor} bind def fp@1727: /rot {rotate} bind def fp@1727: /sc {scale} bind def fp@1727: /sd {setdash} bind def fp@1727: /ff {findfont} bind def fp@1727: /sf {setfont} bind def fp@1727: /scf {scalefont} bind def fp@1727: /sw {stringwidth} bind def fp@1727: /tr {translate} bind def fp@1727: /tnt {dup dup currentrgbcolor fp@1727: 4 -2 roll dup 1 exch sub 3 -1 roll mul add fp@1727: 4 -2 roll dup 1 exch sub 3 -1 roll mul add fp@1727: 4 -2 roll dup 1 exch sub 3 -1 roll mul add srgb} fp@1727: bind def fp@1727: /shd {dup dup currentrgbcolor 4 -2 roll mul 4 -2 roll mul fp@1727: 4 -2 roll mul srgb} bind def fp@1727: /reencdict 12 dict def /ReEncode { reencdict begin fp@1727: /newcodesandnames exch def /newfontname exch def /basefontname exch def fp@1727: /basefontdict basefontname findfont def /newfont basefontdict maxlength dict def fp@1727: basefontdict { exch dup /FID ne { dup /Encoding eq fp@1727: { exch dup length array copy newfont 3 1 roll put } fp@1727: { exch newfont 3 1 roll put } ifelse } { pop pop } ifelse } forall fp@1727: newfont /FontName newfontname put newcodesandnames aload pop fp@1727: 128 1 255 { newfont /Encoding get exch /.notdef put } for fp@1727: newcodesandnames length 2 idiv { newfont /Encoding get 3 1 roll put } repeat fp@1727: newfontname newfont definefont pop end } def fp@1727: /isovec [ fp@1727: 8#055 /minus 8#200 /grave 8#201 /acute 8#202 /circumflex 8#203 /tilde fp@1727: 8#204 /macron 8#205 /breve 8#206 /dotaccent 8#207 /dieresis fp@1727: 8#210 /ring 8#211 /cedilla 8#212 /hungarumlaut 8#213 /ogonek 8#214 /caron fp@1727: 8#220 /dotlessi 8#230 /oe 8#231 /OE fp@1727: 8#240 /space 8#241 /exclamdown 8#242 /cent 8#243 /sterling fp@1727: 8#244 /currency 8#245 /yen 8#246 /brokenbar 8#247 /section 8#250 /dieresis fp@1727: 8#251 /copyright 8#252 /ordfeminine 8#253 /guillemotleft 8#254 /logicalnot fp@1727: 8#255 /hyphen 8#256 /registered 8#257 /macron 8#260 /degree 8#261 /plusminus fp@1727: 8#262 /twosuperior 8#263 /threesuperior 8#264 /acute 8#265 /mu 8#266 /paragraph fp@1727: 8#267 /periodcentered 8#270 /cedilla 8#271 /onesuperior 8#272 /ordmasculine fp@1727: 8#273 /guillemotright 8#274 /onequarter 8#275 /onehalf fp@1727: 8#276 /threequarters 8#277 /questiondown 8#300 /Agrave 8#301 /Aacute fp@1727: 8#302 /Acircumflex 8#303 /Atilde 8#304 /Adieresis 8#305 /Aring fp@1727: 8#306 /AE 8#307 /Ccedilla 8#310 /Egrave 8#311 /Eacute fp@1727: 8#312 /Ecircumflex 8#313 /Edieresis 8#314 /Igrave 8#315 /Iacute fp@1727: 8#316 /Icircumflex 8#317 /Idieresis 8#320 /Eth 8#321 /Ntilde 8#322 /Ograve fp@1727: 8#323 /Oacute 8#324 /Ocircumflex 8#325 /Otilde 8#326 /Odieresis 8#327 /multiply fp@1727: 8#330 /Oslash 8#331 /Ugrave 8#332 /Uacute 8#333 /Ucircumflex fp@1727: 8#334 /Udieresis 8#335 /Yacute 8#336 /Thorn 8#337 /germandbls 8#340 /agrave fp@1727: 8#341 /aacute 8#342 /acircumflex 8#343 /atilde 8#344 /adieresis 8#345 /aring fp@1727: 8#346 /ae 8#347 /ccedilla 8#350 /egrave 8#351 /eacute fp@1727: 8#352 /ecircumflex 8#353 /edieresis 8#354 /igrave 8#355 /iacute fp@1727: 8#356 /icircumflex 8#357 /idieresis 8#360 /eth 8#361 /ntilde 8#362 /ograve fp@1727: 8#363 /oacute 8#364 /ocircumflex 8#365 /otilde 8#366 /odieresis 8#367 /divide fp@1727: 8#370 /oslash 8#371 /ugrave 8#372 /uacute 8#373 /ucircumflex fp@1727: 8#374 /udieresis 8#375 /yacute 8#376 /thorn 8#377 /ydieresis] def fp@1727: /Helvetica /Helvetica-iso isovec ReEncode fp@1727: /$F2psBegin {$F2psDict begin /$F2psEnteredState save def} def fp@1727: /$F2psEnd {$F2psEnteredState restore end} def fp@1727: fp@1727: $F2psBegin fp@1727: 10 setmiterlimit fp@1727: 0 slj 0 slc fp@1727: 0.06299 0.06299 sc fp@1727: % fp@1727: % Fig objects follow fp@1727: % fp@1727: % fp@1727: % here starts figure with depth 50 fp@1727: % Polyline fp@1727: 7.500 slw fp@1727: gs clippath fp@1727: 3450 4020 m 3450 4080 l 3602 4080 l 3482 4050 l 3602 4020 l cp fp@1727: eoclip fp@1727: n 4230 3915 m 3825 3915 l 3960 4050 l fp@1727: 3465 4050 l gs col0 s gr gr fp@1727: fp@1727: % arrowhead fp@1727: n 3602 4020 m 3482 4050 l 3602 4080 l col0 s fp@1727: % Polyline fp@1727: gs clippath fp@1727: 330 5910 m 390 5910 l 390 5759 l 360 5879 l 330 5759 l cp fp@1727: eoclip fp@1727: n 360 2295 m fp@1727: 360 5895 l gs col0 s gr gr fp@1727: fp@1727: % arrowhead fp@1727: n 330 5759 m 360 5879 l 390 5759 l 330 5759 l cp gs 0.00 setgray ef gr col0 s fp@1727: % Polyline fp@1727: n 3465 2160 m fp@1727: 3465 6120 l gs col0 s gr fp@1727: % Polyline fp@1727: n 1215 2160 m fp@1727: 1215 6120 l gs col0 s gr fp@1727: % Polyline fp@1727: n 1215 3375 m fp@1727: 3465 3375 l gs col0 s gr fp@1727: % Polyline fp@1727: n 1215 4050 m fp@1727: 3465 4050 l gs col0 s gr fp@1727: % Polyline fp@1727: n 1215 4770 m fp@1727: 3465 4770 l gs col0 s gr fp@1727: % Polyline fp@1727: n 1215 3375 m 3465 3375 l 3465 4050 l 1215 4050 l fp@1727: cp gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P5 [16 0 0 -16 81.00 225.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 1215 4410 m fp@1727: 3465 4410 l gs col0 s gr fp@1727: % Polyline fp@1727: n 1215 3015 m fp@1727: 3465 3015 l gs col0 s gr fp@1727: % Polyline fp@1727: n 855 2295 m fp@1727: 3465 2295 l gs col0 s gr fp@1727: % Polyline fp@1727: n 1215 2655 m fp@1727: 3465 2655 l gs col0 s gr fp@1727: % Polyline fp@1727: n 1215 4770 m 3465 4770 l 3465 5445 l 1215 5445 l fp@1727: cp gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P5 [16 0 0 -16 81.00 318.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 855 5445 m fp@1727: 3465 5445 l gs col0 s gr fp@1727: % Polyline fp@1727: n 1215 5805 m fp@1727: 3465 5805 l gs col0 s gr fp@1727: % Polyline fp@1727: n 7560 2160 m fp@1727: 7560 6120 l gs col0 s gr fp@1727: % Polyline fp@1727: n 5310 2160 m fp@1727: 5310 6120 l gs col0 s gr fp@1727: % Polyline fp@1727: n 5310 3375 m fp@1727: 7560 3375 l gs col0 s gr fp@1727: % Polyline fp@1727: n 5310 4770 m fp@1727: 7560 4770 l gs col0 s gr fp@1727: % Polyline fp@1727: n 5310 3015 m fp@1727: 7560 3015 l gs col0 s gr fp@1727: % Polyline fp@1727: n 4950 2295 m fp@1727: 7560 2295 l gs col0 s gr fp@1727: % Polyline fp@1727: n 5310 2655 m fp@1727: 7560 2655 l gs col0 s gr fp@1727: % Polyline fp@1727: n 5310 5805 m fp@1727: 7560 5805 l gs col0 s gr fp@1727: % Polyline fp@1727: n 5310 3735 m fp@1727: 7560 3735 l gs col0 s gr fp@1727: % Polyline fp@1727: n 5310 4095 m 7560 4095 l 7560 5445 l 5310 5445 l fp@1727: cp gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def fp@1727: 15.00 15.00 sc P5 [16 0 0 -16 354.00 273.00] PATmp PATsp ef gr PATusp gs col0 s gr fp@1727: % Polyline fp@1727: n 4950 5445 m fp@1727: 7560 5445 l gs col0 s gr fp@1727: /Helvetica-iso ff 180.00 scf sf fp@1727: 3555 3870 m fp@1727: gs 1 -1 sc (Interrupt) col0 sh gr fp@1727: /Helvetica-iso ff 180.00 scf sf fp@1727: 315 4320 m fp@1727: gs 1 -1 sc 90.0 rot (Time) col0 sh gr fp@1727: /Helvetica-iso ff 180.00 scf sf fp@1727: 2340 2880 m fp@1727: gs 1 -1 sc (Frame Assembly) dup sw pop 2 div neg 0 rm col0 sh gr fp@1727: /Helvetica-iso ff 180.00 scf sf fp@1727: 2340 3240 m fp@1727: gs 1 -1 sc (Frame Sending) dup sw pop 2 div neg 0 rm col0 sh gr fp@1727: /Helvetica-iso ff 180.00 scf sf fp@1727: 2340 4275 m fp@1727: gs 1 -1 sc (ISR) dup sw pop 2 div neg 0 rm col0 sh gr fp@1727: /Helvetica-iso ff 180.00 scf sf fp@1727: 2340 4635 m fp@1727: gs 1 -1 sc (Frame Dissection) dup sw pop 2 div neg 0 rm col0 sh gr fp@1727: /Helvetica-iso ff 180.00 scf sf fp@1727: 2340 2520 m fp@1727: gs 1 -1 sc (Data Processing) dup sw pop 2 div neg 0 rm col0 sh gr fp@1727: /Helvetica-iso ff 180.00 scf sf fp@1727: 2340 5670 m fp@1727: gs 1 -1 sc (Data Processing) dup sw pop 2 div neg 0 rm col0 sh gr fp@1727: /Helvetica-iso ff 180.00 scf sf fp@1727: 2340 6030 m fp@1727: gs 1 -1 sc (...) dup sw pop 2 div neg 0 rm col0 sh gr fp@1727: /Helvetica-iso ff 180.00 scf sf fp@1727: 2340 2160 m fp@1727: gs 1 -1 sc (...) dup sw pop 2 div neg 0 rm col0 sh gr fp@1727: /Helvetica-iso ff 180.00 scf sf fp@1727: 1215 1845 m fp@1727: gs 1 -1 sc (Interrupt Operation) col0 sh gr fp@1727: /Helvetica-iso ff 180.00 scf sf fp@1727: 6435 5670 m fp@1727: gs 1 -1 sc (ISR) dup sw pop 2 div neg 0 rm col0 sh gr fp@1727: /Helvetica-iso ff 180.00 scf sf fp@1727: 6435 6030 m fp@1727: gs 1 -1 sc (...) dup sw pop 2 div neg 0 rm col0 sh gr fp@1727: /Helvetica-iso ff 180.00 scf sf fp@1727: 6435 2160 m fp@1727: gs 1 -1 sc (...) dup sw pop 2 div neg 0 rm col0 sh gr fp@1727: /Helvetica-iso ff 180.00 scf sf fp@1727: 6435 3240 m fp@1727: gs 1 -1 sc (Data Processing) dup sw pop 2 div neg 0 rm col0 sh gr fp@1727: /Helvetica-iso ff 180.00 scf sf fp@1727: 6435 2520 m fp@1727: gs 1 -1 sc (ISR) dup sw pop 2 div neg 0 rm col0 sh gr fp@1727: /Helvetica-iso ff 180.00 scf sf fp@1727: 6435 2880 m fp@1727: gs 1 -1 sc (Frame Dissection) dup sw pop 2 div neg 0 rm col0 sh gr fp@1727: /Helvetica-iso ff 180.00 scf sf fp@1727: 6435 3600 m fp@1727: gs 1 -1 sc (Frame Assembly) dup sw pop 2 div neg 0 rm col0 sh gr fp@1727: /Helvetica-iso ff 180.00 scf sf fp@1727: 6435 3960 m fp@1727: gs 1 -1 sc (Frame Sending) dup sw pop 2 div neg 0 rm col0 sh gr fp@1727: /Helvetica-iso ff 180.00 scf sf fp@1727: 5130 3870 m fp@1727: gs 1 -1 sc 90.0 rot (Realtime Cycle) dup sw pop 2 div neg 0 rm col0 sh gr fp@1727: /Helvetica-iso ff 180.00 scf sf fp@1727: 5310 1845 m fp@1727: gs 1 -1 sc (Interrupt-less Operation) col0 sh gr fp@1727: /Helvetica-iso ff 180.00 scf sf fp@1727: 1035 3870 m fp@1727: gs 1 -1 sc 90.0 rot (Realtime Cycle) dup sw pop 2 div neg 0 rm col0 sh gr fp@1727: % here ends figure; fp@1727: $F2psEnd fp@1727: rs fp@1727: end fp@1727: showpage