File: test1.signalling

package info (click to toggle)
msc-generator 8.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180,484 kB
  • sloc: cpp: 129,931; yacc: 23,655; ansic: 7,464; sh: 5,026; makefile: 948
file content (36 lines) | stat: -rw-r--r-- 1,121 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#This is the default signalling chart
#Edit and press Ctrl+W to see the result
#You can change the default chart
#in the Edit|Preferences... menu.
numbering=yes; compress=yes; hscale=auto;
hide a,b,c, e, f, g, h;
c..f {
    show a,b,c, e, f, g, h;
block b->c:trallala  [arrow.starttype=dot];
    mark ccc;
    pipe a==b:aaa [fill.color=red, line.type=double, solid=0,
shadow.offset=30, shadow.blur=30, side=left]
--c: hihi\nhaha [line.type=triple]
e++f {
    a->b:new message [compress=yes];
    g<->h [arrow.size=huge, arrow.type=empty]: exit;
} ;

background.color=gray;
mark aaa;
vertical ccc->aaa at g;
==: aha[line.radius=70, fill.color=gray, line.type=double,
shadow.offset=30, shadow.blur=20, line.corner=note, line.width=10] {
    a==b;    a=>b;    a=>b;    a=>b;    a=>b;
};
==: aha[line.radius=50, fill.color=gray, line.type=triple,
shadow.offset=30, shadow.blur=20] {
    a=>b;    a=>b;    a=>b;    a=>b;    a=>b;
}
==: aha[line.radius=50, fill.color=gray, line.type=triple,
shadow.offset=30, shadow.blur=20] {
mark bbb;
    a=>b;    a=>b;    a=>b;    a=>b;    a=>b;
};
};