Changes between Version 1 and Version 2 of MscgenPlugin


Ignore:
Timestamp:
Aug 28, 2009, 12:03:16 AM (15 years ago)
Author:
Pavel Plesov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MscgenPlugin

    v1 v2  
    2424
    2525{{{
    26  {{{
    27  #!mscgen
    28  msc {
    29    hscale = "1";
     26{{{
     27#!mscgen
     28msc {
     29  hscale = "1";
    3030
    31    a,b,c;
     31  a,b,c;
    3232
    33    a->b [ label = "ab()" ] ;
    34    b->c [ label = "bc(TRUE)"];
    35    c=>c [ label = "process(1)" ];
    36    c=>c [ label = "process(2)" ];
    37    ...;
    38    c=>c [ label = "process(n)" ];
    39    c=>c [ label = "process(END)" ];
    40    a<<=c [ label = "callback()"];
    41    ---  [ label = "If more to run", ID="*" ];
    42    a->a [ label = "next()"];
    43    a->c [ label = "ac1()\nac2()"];
    44    b<-c [ label = "cb(TRUE)"];
    45    b->b [ label = "stalled(...)"];
    46    a<-b [ label = "ab() = FALSE"];
    47  }
    48  }}}
     33  a->b [ label = 'ab()' ] ;
     34  b->c [ label = "bc(TRUE)"];
     35  c=>c [ label = "process(1)" ];
     36  c=>c [ label = "process(2)" ];
     37  ...;
     38  c=>c [ label = "process(n)" ];
     39  c=>c [ label = "process(END)" ];
     40  a<<=c [ label = "callback()"];
     41  ---  [ label = "If more to run", ID="*" ];
     42  a->a [ label = "next()"];
     43  a->c [ label = "ac1()\nac2()"];
     44  b<-c [ label = "cb(TRUE)"];
     45  b->b [ label = "stalled(...)"];
     46  a<-b [ label = "ab() = FALSE"];
     47}
     48
     49}}}
    4950}}}
    5051