Changes between Initial Version and Version 1 of MscgenPlugin


Ignore:
Timestamp:
Aug 27, 2009, 11:57:41 PM (15 years ago)
Author:
Pavel Plesov
Comment:

New hack MscgenPlugin, created by mclap

Legend:

Unmodified
Added
Removed
Modified
  • MscgenPlugin

    v1 v1  
     1= Render message sequence chart diagrams with mscgen =
     2
     3== Description ==
     4
     5TBD
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for MscgenPlugin are
     10[report:9?COMPONENT=MscgenPlugin here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=MscgenPlugin&owner=mclap new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:mscgenplugin here].
     18
     19== Source ==
     20
     21You can check out MscgenPlugin from [http://trac-hacks.org/svn/mscgenplugin here] using Subversion, or [source:mscgenplugin browse the source] with Trac.
     22
     23== Example ==
     24
     25{{{
     26 {{{
     27 #!mscgen
     28 msc {
     29   hscale = "1";
     30
     31   a,b,c;
     32
     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}}}
     50
     51== Recent Changes ==
     52
     53[[ChangeLog(mscgenplugin, 3)]]
     54
     55== Author/Contributors ==
     56
     57'''Author:''' [wiki:mclap] [[BR]]
     58'''Contributors:'''